Skip to content

Commit 280dcb2

Browse files
chore(deps): update dependency node to v22
1 parent bd015fa commit 280dcb2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545
- uses: actions/setup-node@v4
4646
with:
47-
node-version: 20.x
47+
node-version: 22.x
4848
cache: npm
4949
- name: install
5050
run: npm ci
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777
- uses: actions/setup-node@v4
7878
with:
79-
node-version: 20.x
79+
node-version: 22.x
8080
cache: npm
8181

8282
- run: npm ci
@@ -103,7 +103,7 @@ jobs:
103103
persist-credentials: false
104104
- uses: actions/setup-node@v4
105105
with:
106-
node-version: 20.x
106+
node-version: 22.x
107107
cache: npm
108108

109109
- run: npm ci
@@ -131,7 +131,7 @@ jobs:
131131
persist-credentials: false
132132
- uses: actions/setup-node@v4
133133
with:
134-
node-version: 20.x
134+
node-version: 22.x
135135
cache: npm
136136

137137
- run: npm ci
@@ -156,7 +156,7 @@ jobs:
156156
- uses: actions/checkout@v4
157157
- uses: actions/setup-node@v4
158158
with:
159-
node-version: 20.x
159+
node-version: 22.x
160160
cache: npm
161161

162162
- name: install

package-lock.json

Lines changed: 4 additions & 4 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
@@ -83,7 +83,7 @@
8383
"@types/eslint__js": "^8.42.3",
8484
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
8585
"@types/jest": "^30.0.0",
86-
"@types/node": "^20.0.0",
86+
"@types/node": "^22.0.0",
8787
"@types/semver": "^7.3.8",
8888
"@typescript-eslint/eslint-plugin": "^8.0.0",
8989
"@typescript-eslint/parser": "^8.0.0",

0 commit comments

Comments
 (0)