Skip to content

Commit

Permalink
feat(node-versions): raised the minimum node-version requirement to v…
Browse files Browse the repository at this point in the history
…16.14

BREAKING CHANGE: the minimum required node version is now v16.14
  • Loading branch information
travi committed Apr 1, 2023
1 parent 89438e0 commit db90177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
node-version:
# minimal required version
- 16.10
- 16.14
- 18

runs-on: ubuntu-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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tempy": "3.0.0"
},
"engines": {
"node": "^16.10 || >=18"
"node": "^16.14 || >=18"
},
"files": [
"index.js",
Expand Down

0 comments on commit db90177

Please sign in to comment.