Upgade yarn for Javascript style github workflow.

This commit is contained in:
Khushboo Vashi 2023-11-27 15:53:23 +05:30
parent 85255b65b1
commit 222e8cc1f8

View File

@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Upgrade yarn
run: |
yarn set version berry
yarn set version 3
- name: Install Node modules
run: |
cd web