Skip to content

Commit

Permalink
updated Node version support
Browse files Browse the repository at this point in the history
  • Loading branch information
FND committed Jan 16, 2023
1 parent f534d52 commit 655e79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -8,8 +8,8 @@ jobs:
matrix:
node-version:
- 14.x
- 16.x
- 17.x
- 18.x
- 19.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 655e79c

Please sign in to comment.