Skip to content

Commit c99eabb

Browse files
committed
Lift restriction for node
1 parent 50ab77b commit c99eabb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: ["16", "18", "20"]
14+
node: ["18", "20", "22"]
1515
steps:
1616
- uses: actions/checkout@v2
1717

@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup node
5555
uses: actions/setup-node@v2
5656
with:
57-
node-version: 20
57+
node-version: 22
5858

5959
- run: npm ci
6060

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
@@ -23,7 +23,7 @@
2323
"version": "npm run build"
2424
},
2525
"engines": {
26-
"node": ">=16.0.0 <21.0.0"
26+
"node": ">=18.0.0 <23.0.0"
2727
},
2828
"type": "module",
2929
"files": [

0 commit comments

Comments
 (0)