Use yarn version 3.x as berry is taking version 4.x now

This commit is contained in:
Aditya Toshniwal
2023-10-26 12:37:35 +05:30
parent 3bcac26ff9
commit f50f799b88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Upgrade yarn
run: |
yarn set version berry
yarn set version 3.x
- name: Install Node modules
run: |