Skip to content

Commit 26c1335

Browse files
committed
Update CI & engine support to Node 18
Node 14 seems to have issues with modern 'npm ci' and has been EOL for a long time. Time to update to modern releases.
1 parent b1c22f2 commit 26c1335

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [14.x, 16.x, 18.x, 20.x, v20.8.0, '*']
10+
node-version: [18.x, 20.x, v20.11.1, '*']
1111

1212
steps:
1313
- uses: actions/checkout@v3

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"url": "https://github.com/httptoolkit/brotli-wasm/issues"
5151
},
5252
"homepage": "https://github.com/httptoolkit/brotli-wasm#readme",
53+
"engines": {
54+
"node": ">=v18.0.0"
55+
},
5356
"devDependencies": {
5457
"@peculiar/webcrypto": "^1.4.0",
5558
"@types/atob": "^2.1.2",

0 commit comments

Comments
 (0)