Skip to content

Commit c6008d0

Browse files
committed
chore: update engines.node to >=18 and CI matrix to [18, 20, 22]
1 parent 4cf36da commit c6008d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
node: [16, 18, 20]
11+
node: [18, 20, 22]
1212
name: Test
1313
runs-on: ${{ matrix.os }}
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"watch": "watchify src/index.js -o encoding.js -s Encoding -p [ bannerify --file src/banner.js ] --no-bundle-external --bare --poll=300 -v"
1717
},
1818
"engines": {
19-
"node": ">=8.10.0"
19+
"node": ">=18.0.0"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)