Skip to content

Commit

Permalink
Drop support for Node.js 16, require >=18
Browse files Browse the repository at this point in the history
Since Node.js 16 is no longer supported upstream, and is starting to be
unsupported by some projects (e.g. octokit) there's no need for us to
continue to support it.

Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Oct 20, 2023
1 parent 6692b7b commit 0957ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- ubuntu-latest
- windows-latest
node:
- '16'
- '18'
- latest
exclude:
# Exclude os/version already run in test-primary
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"stream-compare": "^3.0.0"
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=1.3.7"
},
"david": {
Expand Down

0 comments on commit 0957ddb

Please sign in to comment.