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 22, 2024
1 parent f271c54 commit e65959a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -21,9 +21,8 @@ jobs:
strategy:
matrix:
node-version:
- 18.17.0
- 20.6.1
- 20
- 20.8.1
- 21
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
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 @@ -45,7 +45,7 @@
"testdouble": "3.20.2"
},
"engines": {
"node": "^18.17 || >=20.6.1"
"node": ">=20.8.1"
},
"files": [
"lib",
Expand Down

0 comments on commit e65959a

Please sign in to comment.