Skip to content

Commit

Permalink
Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moonglum committed Apr 22, 2022
1 parent d38976d commit c97fc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -8,8 +8,7 @@ jobs:
matrix:
node-version:
- 14.x
- 16.x
- 17.x
- 18.x
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint --cache --ext .js --ext .jsx lib bin/validate-dependencies test/unit samples pkg && echo ✓"
},
"engines": {
"node": ">=8"
"node": ">=14"
},
"dependencies": {
"@rollup/plugin-commonjs": "~21.0.2",
Expand Down

0 comments on commit c97fc66

Please sign in to comment.