Skip to content

Commit 14e237c

Browse files
chore(deps): update dependency node to v18.20.8
1 parent 759cc88 commit 14e237c

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

.github/workflows/format.yml

+1-1
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: 18.14.0
22+
node-version: 18.20.8
2323
cache: npm
2424

2525
- name: Install dependencies

.github/workflows/lint.yml

+1-1
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: 18.14.0
22+
node-version: 18.20.8
2323
cache: npm
2424

2525
- name: Install dependencies

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

+1-1
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: '18.17.0'
25+
node-version: '18.20.8'
2626
cache: npm
2727
registry-url: 'https://registry.npmjs.org'
2828

.github/workflows/typecheck.yml

+1-1
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: 18.14.0
21+
node-version: 18.20.8
2222
cache: npm
2323

2424
- name: Install dependencies

package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"@types/lodash": "4.17.16",
176176
"@types/lodash.shuffle": "^4.2.9",
177177
"@types/multiparty": "4.2.1",
178-
"@types/node": "18.19.86",
178+
"@types/node": "18.19.87",
179179
"@types/node-fetch": "2.6.12",
180180
"@types/parallel-transform": "1.1.4",
181181
"@types/parse-github-url": "1.0.3",

0 commit comments

Comments
 (0)