We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82548ca commit eb45758Copy full SHA for eb45758
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- node: [12, 14, 16]
+ node: [14, 16, 18]
12
os: [ubuntu-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
package.json
@@ -4,7 +4,7 @@
4
"description": "CLI for PostCSS",
5
"type": "module",
6
"engines": {
7
- "node": ">=12"
+ "node": ">=14"
},
"bin": {
"postcss": "./index.js"
0 commit comments