We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b47a48 commit 5f728e5Copy full SHA for 5f728e5
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- node: [14, 16, 18]
+ node: [18, 20]
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": ">=14"
+ "node": ">=18"
},
"bin": {
"postcss": "./index.js"
0 commit comments