Skip to content

Commit

Permalink
BREAKING: Require Node v18+ (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 29, 2023
1 parent c262a30 commit 568b073
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.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"lib"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"postcss-value-parser": "^4.0.0",
Expand Down

0 comments on commit 568b073

Please sign in to comment.