Skip to content

Commit

Permalink
BREAKING: Require Node.js v18+ (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 5, 2023
1 parent 3b47a48 commit 5f728e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
node: [14, 16, 18]
node: [18, 20]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "CLI for PostCSS",
"type": "module",
"engines": {
"node": ">=14"
"node": ">=18"
},
"bin": {
"postcss": "./index.js"
Expand Down

0 comments on commit 5f728e5

Please sign in to comment.