Skip to content

Commit d5e189e

Browse files
chore(deps): update dependency node to v24
1 parent 9039b61 commit d5e189e

File tree

6 files changed

+28
-26
lines changed

6 files changed

+28
-26
lines changed

.github/workflows/deno-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: 'Install Node'
1313
uses: actions/setup-node@v6
1414
with:
15-
node-version: '20.x'
15+
node-version: '24.x'
1616
cache: 'npm'
1717
cache-dependency-path: '**/package-lock.json'
1818

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: '20.x'
22+
node-version: '24.x'
2323
cache: 'npm'
2424
cache-dependency-path: '**/package-lock.json'
2525
- run: npm ci

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
- uses: actions/checkout@v6
335335
- uses: actions/setup-node@v6
336336
with:
337-
node-version: 18
337+
node-version: 24
338338
- name: Install dependencies
339339
run: npm ci
340340

.github/workflows/size-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: '20.x'
20+
node-version: '24.x'
2121
cache: 'npm'
2222
cache-dependency-path: '**/package-lock.json'
2323

package-lock.json

Lines changed: 23 additions & 21 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
@@ -67,7 +67,7 @@
6767
"@opentelemetry/api": "^1.8.0",
6868
"@playwright/test": "^1.43.1",
6969
"@types/adm-zip": "^0.5.7",
70-
"@types/node": "^20.12.7",
70+
"@types/node": "^24.0.0",
7171
"@types/picomatch": "^3.0.0",
7272
"@vercel/nft": "^0.30.0",
7373
"adm-zip": "^0.5.16",

0 commit comments

Comments
 (0)