Skip to content

Commit eb45758

Browse files
authoredJun 21, 2022
BREAKING: Drop Node 12 support (#438)
1 parent 82548ca commit eb45758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CLI for PostCSS",
55
"type": "module",
66
"engines": {
7-
"node": ">=12"
7+
"node": ">=14"
88
},
99
"bin": {
1010
"postcss": "./index.js"

0 commit comments

Comments
 (0)
Please sign in to comment.