Skip to content

Commit dc01880

Browse files
chore(deps): update dependency node to v22
1 parent 75cc999 commit dc01880

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 22
1818
- run: npm ci
1919
- name: Release
2020
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- run: npm ci
1818
- name: Test
1919
run: npm run test
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 22
2828
- run: npm ci
2929
- name: Lint
3030
run: npm run lint

package-lock.json

Lines changed: 7 additions & 7 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
@@ -33,7 +33,7 @@
3333
"@tsconfig/node18": "18.2.1",
3434
"@types/chai": "4.3.20",
3535
"@types/mocha": "10.0.10",
36-
"@types/node": "22.17.1",
36+
"@types/node": "22.18.0",
3737
"@typescript-eslint/eslint-plugin": "8.41.0",
3838
"@typescript-eslint/parser": "8.41.0",
3939
"chai": "6.0.1",

0 commit comments

Comments
 (0)