Skip to content

Commit

Permalink
Update Node.js supported engines and CI test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed May 22, 2024
1 parent 115ed86 commit a13f463
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 19.x, 20.x]
node-version: [14.x, 16.x, 18.x, 20.x, 21.x, 22.x]
jest-version: [27, 28, 29]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"jest-get-type": "^29.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
"node": "^14.15.0 || ^16.10.0 || ^18.12.0 || ^20.9.0 || >=22.0.0"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down

0 comments on commit a13f463

Please # to comment.