Try to fix the yarn version mismatch issue.

This commit is contained in:
Khushboo Vashi
2023-11-23 12:46:05 +05:30
committed by GitHub
parent 19cbe8c39f
commit 22b386165d

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