Skip to content

Commit 79572de

Browse files
chore(deps): update dependency node to v24
1 parent 229bcde commit 79572de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
registry-url: https://registry.npmjs.org
3131
cache: pnpm
3232

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 22
29+
node-version: 24
3030
registry-url: https://registry.npmjs.org
3131
cache: pnpm
3232

.github/workflows/static-file-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 22
40+
node-version: 24
4141
cache: "pnpm"
4242

4343
- name: Setup Pages

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
registry-url: https://registry.npmjs.org
2424
cache: pnpm
2525

0 commit comments

Comments
 (0)