Skip to content

Commit

Permalink
feat(node-versions): raised the minimum node version to v18.17 and dr…
Browse files Browse the repository at this point in the history
…opped v19 support

BREAKING CHANGE: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
  • Loading branch information
travi committed Sep 17, 2023
1 parent 9d921e8 commit a681fbd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
node-version:
- 18.0.0
- 19
- 18.17.0
- 20.6.1
- 20
os:
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v18
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"sinon": "16.0.0"
},
"engines": {
"node": ">=18"
"node": "^18.17 || >=20.6.1"
},
"files": [
"lib",
Expand Down

0 comments on commit a681fbd

Please sign in to comment.