Skip to content

Commit

Permalink
Remove 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 da0e93a commit 0aed410
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 @@ -25,7 +25,6 @@ jobs:
- windows-latest
- macos-latest
node:
- 16
- 18
- 20

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -112,7 +112,7 @@
"@octokit/plugin-rest-endpoint-methods": "7.2.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit 0aed410

Please sign in to comment.