Skip to content

Commit 5dd5fcf

Browse files
chore(deps): update dependency node to v24
1 parent d5ae20d commit 5dd5fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v5
3737
- uses: actions/setup-node@v5
3838
with:
39-
node-version: 22.x
39+
node-version: 24.x
4040

4141
# https://stackoverflow.com/questions/57968497/how-do-i-set-an-env-var-with-a-bash-expression-in-github-actions
4242
- name: get-client-version

.github/workflows/vue-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v5
1313
with:
14-
node-version: 22.x
14+
node-version: 24.x
1515
cache: 'yarn'
1616

1717
- run: yarn set version berry

0 commit comments

Comments
 (0)