Skip to content

Commit

Permalink
Drop support for Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 11, 2023
1 parent 5c35f93 commit 2c13bcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,6 @@ jobs:
- windows-latest
- macos-latest
node:
- 16
- 18
- 20

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"release-it": "^17.0.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"release-it": {
"hooks": {
Expand Down

0 comments on commit 2c13bcd

Please sign in to comment.