Skip to content

Commit 47cb859

Browse files
chore(deps): update node.js to v22
1 parent a002070 commit 47cb859

File tree

5 files changed

+24
-13
lines changed

5 files changed

+24
-13
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
python-version: '3.13'
9292
- uses: actions/setup-node@v4
9393
with:
94-
node-version: 20
94+
node-version: 22
9595
architecture: ${{ matrix.node }}
9696
- uses: actions/checkout@v4
9797
- run: npm ci
@@ -116,7 +116,7 @@ jobs:
116116
path: prebuilds
117117
- uses: actions/setup-node@v4
118118
with:
119-
node-version: 20
119+
node-version: 22
120120
- run: npm ci
121121
- run: npm run build
122122
- run: npm run semantic-release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
- run: npm ci
1717
- run: npm run lint
1818
- run: npm run typecheck

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
22.20.0

package-lock.json

Lines changed: 19 additions & 8 deletions
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
@@ -31,7 +31,7 @@
3131
"@types/chai-subset": "1.3.6",
3232
"@types/debug": "4.1.12",
3333
"@types/mocha": "10.0.10",
34-
"@types/node": "22.13.8",
34+
"@types/node": "22.18.10",
3535
"@typescript-eslint/eslint-plugin": "6.21.0",
3636
"@typescript-eslint/parser": "6.21.0",
3737
"cc": "3.0.1",

0 commit comments

Comments
 (0)