Try to fix the yarn version mismatch issue.

pull/7001/head
Khushboo Vashi 2023-11-23 12:46:05 +05:30 committed by GitHub
parent 19cbe8c39f
commit 22b386165d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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