@@ -15,7 +15,7 @@ jobs:
- name: Install deps
run: |
- yarn cache clean
+ sudo npm i -g [email protected]
cd app
yarn
cd ..
@@ -15,8 +15,8 @@ jobs:
rm app/node_modules/.yarn-integrity
@@ -16,7 +16,7 @@ jobs:
- name: Build
shell: powershell
+ npm i -g [email protected]
node scripts/build-native.js
yarn run build