Skip to content

Commit 9c2758d

Browse files
committed
Drop support for Node.js 16, require >=18
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]>
1 parent 72bd444 commit 9c2758d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- ubuntu-latest
8787
- windows-latest
8888
node:
89-
- '16'
89+
- '18'
9090
- latest
9191
exclude:
9292
# Exclude os/version already run in test-primary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"rimraf": "^5.0.0"
7676
},
7777
"engines": {
78-
"node": ">=16",
78+
"node": ">=18",
7979
"npm": ">=1.3.7"
8080
},
8181
"david": {

0 commit comments

Comments
 (0)