Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v18 and v19 (#797)
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 14, 2024
1 parent 301b0b1 commit aea314f
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.0.0
- 19
- 20.8.1
- 20
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tempy": "3.1.0"
},
"engines": {
"node": ">=18"
"node": ">=20.8.1"
},
"files": [
"lib",
Expand Down

0 comments on commit aea314f

Please sign in to comment.