Skip to content

Commit 2ceff0d

Browse files
authored
Drop Node.js 16.x from CI (#712)
Node.js 16.x is EOL. https://github.com/nodejs/Release
1 parent 17942e6 commit 2ceff0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [16.x, 18.x, 20.x]
12+
node-version: [18.x, 20.x]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"author": "motdotla",
3333
"license": "BSD-2-Clause",
3434
"engines": {
35-
"node": ">= 10.0.0"
35+
"node": ">= 18.0.0"
3636
},
3737
"dependencies": {
3838
"archiver": "^6.0.0",

0 commit comments

Comments
 (0)