Skip to content

Commit

Permalink
BREAKING: Require Node v14+ (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Aug 30, 2022
1 parent 64dd1c2 commit 9aa378a
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: [10.x, 12.x, 14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- 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": ">=10.0.0"
"node": ">=14.0.0"
},
"dependencies": {
"postcss-value-parser": "^4.0.0",
Expand Down

0 comments on commit 9aa378a

Please sign in to comment.