Skip to content

Commit 76d23fe

Browse files
authored
Update web-client-deploy-development.yml
github workflow fix
1 parent 02349c2 commit 76d23fe

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/web-client-deploy-development.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
# cache: 'yarn'
1919

2020
# fix from here
21+
- name: Set Yarn version
22+
run: |
23+
corepack enable
24+
yarn set version 3.8.1
25+
2126
- name: Cache Yarn
2227
uses: actions/cache@v4
2328
with:
@@ -29,10 +34,9 @@ jobs:
2934
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3035
restore-keys: |
3136
${{ runner.os }}-yarn-
32-
33-
- name: build
37+
38+
- name: Install and Build
3439
run: |
35-
yarn set version 3.8.1
3640
yarn install --immutable --immutable-cache
3741
yarn web codegen
3842
yarn web build

0 commit comments

Comments
 (0)