Eugene Pankov 6 лет назад
Родитель
Сommit
c4dfb44bc8
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      .github/workflows/linux.yml
  2. 1 1
      .github/workflows/macos.yml
  3. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/linux.yml

@@ -15,7 +15,7 @@ jobs:
 
     - name: Install deps
       run: |
-        yarn cache clean
+        sudo npm i -g [email protected]
         cd app
         yarn
         cd ..

+ 1 - 1
.github/workflows/macos.yml

@@ -15,8 +15,8 @@ jobs:
 
     - name: Install deps
       run: |
+        sudo npm i -g [email protected]
         cd app
-        yarn cache clean
         yarn
         cd ..
         rm app/node_modules/.yarn-integrity

+ 1 - 1
.github/workflows/windows.yml

@@ -16,7 +16,7 @@ jobs:
     - name: Build
       shell: powershell
       run: |
-        yarn cache clean
+        npm i -g [email protected]
         yarn
         node scripts/build-native.js
         yarn run build