Skip to content

Commit afc0649

Browse files
committed
BREAKING: Drop Node 10 support
1 parent 5c1939d commit afc0649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
node: [10.x, 12.x, 14.x, 16.x]
11+
node: [12.x, 14.x, 16.x]
1212
os: [ubuntu-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=12"
88
},
99
"bin": {
1010
"postcss": "./bin/postcss"

0 commit comments

Comments
 (0)