Skip to content

Commit 9777d56

Browse files
committed
fix workflows, raise nodejs min requirement
1 parent c4ce616 commit 9777d56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 60
1010
strategy:
1111
matrix:
12-
node: [20.x, 22.x, 24.x]
12+
node: [22.x, 24.x, 26.x]
1313
os: [ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515
# Service containers to run with `container-job`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@
116116
"url": "git://github.com/zone-eu/wildduck.git"
117117
},
118118
"engines": {
119-
"node": ">=16.0.0"
119+
"node": ">=22.19.0"
120120
}
121121
}

0 commit comments

Comments
 (0)