Skip to content

Commit 94bb322

Browse files
chore(deps): update dependency node to v24
1 parent d76769f commit 94bb322

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cd-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node
4747
uses: actions/setup-node@v6
4848
with:
49-
node-version: 22
49+
node-version: 24
5050
registry-url: https://registry.npmjs.org
5151
cache: pnpm
5252

.github/workflows/cd-publish.yml

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

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
registry-url: https://registry.npmjs.org
3636
cache: pnpm
3737
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml

.github/workflows/ci-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
registry-url: https://registry.npmjs.org
2727
cache: pnpm
2828
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml

.github/workflows/ci-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@v6
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)