Try to fix the yarn version mismatch issue.
parent
19cbe8c39f
commit
22b386165d
|
|
@ -26,13 +26,13 @@ jobs:
|
|||
with:
|
||||
node-version: '18.x'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Upgrade yarn
|
||||
run: |
|
||||
yarn set version berry
|
||||
yarn set version 3
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
cd web
|
||||
|
|
|
|||
Loading…
Reference in New Issue