Upgrade yarn to fix github action failures.

This commit is contained in:
Khushboo Vashi 2023-11-23 15:14:13 +05:30
parent 22b386165d
commit 9611e06dcf
2 changed files with 10 additions and 0 deletions

View File

@ -136,6 +136,11 @@ jobs:
}
EOF
- name: Upgrade yarn
run: |
yarn set version berry
yarn set version 3
- name: Build the JS bundle
run: |
cd web

View File

@ -139,6 +139,11 @@ jobs:
}
EOF
- name: Upgrade yarn
run: |
yarn set version berry
yarn set version 3
- name: Build the JS bundle
run: |
cd web