Skip to content

Commit 9992826

Browse files
chore(deps): update dependency node to v22 (#7517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a7f445 commit 9992826

File tree

6 files changed

+20
-21
lines changed

6 files changed

+20
-21
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.19.4
22+
node-version: 22.17.1
2323
cache: npm
2424

2525
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.19.4
22+
node-version: 22.17.1
2323
cache: npm
2424

2525
- name: Install dependencies

.github/workflows/pre-release-sha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: '20.19.4'
25+
node-version: '22.17.1'
2626
cache: npm
2727
registry-url: 'https://registry.npmjs.org'
2828

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.19.4
21+
node-version: 22.17.1
2222
cache: npm
2323

2424
- name: Install dependencies

package-lock.json

Lines changed: 15 additions & 16 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
@@ -177,7 +177,7 @@
177177
"@types/lodash": "4.17.20",
178178
"@types/lodash.shuffle": "4.2.9",
179179
"@types/multiparty": "4.2.1",
180-
"@types/node": "18.19.121",
180+
"@types/node": "22.17.0",
181181
"@types/node-fetch": "2.6.13",
182182
"@types/parallel-transform": "1.1.4",
183183
"@types/parse-github-url": "1.0.3",

0 commit comments

Comments
 (0)