We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7351c6a commit a580db5Copy full SHA for a580db5
.github/workflows/release-client.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v5
37
- uses: actions/setup-node@v5
38
with:
39
- node-version: 22.x
+ node-version: 24.x
40
41
# https://stackoverflow.com/questions/57968497/how-do-i-set-an-env-var-with-a-bash-expression-in-github-actions
42
- name: get-client-version
.github/workflows/vue-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
cache: 'yarn'
16
17
- run: yarn set version berry
0 commit comments