Skip to content

Commit 4566f3a

Browse files
chore(deps): update dependency node to v22.20.0 (#7662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 80d83d2 commit 4566f3a

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
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: 22.18.0
22+
node-version: 22.20.0
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: 22.18.0
22+
node-version: 22.20.0
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: '22.18.0'
25+
node-version: '22.20.0'
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: 22.18.0
21+
node-version: 22.20.0
2222
cache: npm
2323

2424
- name: Install dependencies

package-lock.json

Lines changed: 5 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
@@ -179,7 +179,7 @@
179179
"@types/lodash": "4.17.20",
180180
"@types/lodash.shuffle": "4.2.9",
181181
"@types/multiparty": "4.2.1",
182-
"@types/node": "22.17.2",
182+
"@types/node": "22.18.6",
183183
"@types/node-fetch": "2.6.13",
184184
"@types/parallel-transform": "1.1.4",
185185
"@types/parse-github-url": "1.0.3",

0 commit comments

Comments
 (0)