Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v18 and v19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node v18 and v19 are no longer supported
  • Loading branch information
travi committed Mar 16, 2024
1 parent e6e432d commit 0a23b82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -21,9 +21,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.17.0
- 20.6.1
- 20.8.1
- 20
- 21
os:
- ubuntu-latest
- macos-latest
Expand Down
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 @@ -44,7 +44,7 @@
"sinon": "17.0.1"
},
"engines": {
"node": "^18.17 || >=20.6.1"
"node": ">=20.8.1"
},
"files": [
"lib",
Expand Down

0 comments on commit 0a23b82

Please sign in to comment.