Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v16 and v19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support of node versions v16 and v19 has been dropped
  • Loading branch information
travi committed Sep 24, 2023
1 parent 2d4b76d commit a86462e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
node-version:
# minimal required version
- 16.14
- 18
- 18.17
- 20.6.1
- 20

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tempy": "3.1.0"
},
"engines": {
"node": "^16.14 || >=18"
"node": "^18.17 || >=20.6.1"
},
"files": [
"index.js",
Expand Down

0 comments on commit a86462e

Please sign in to comment.