We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920809a commit 7c7fefdCopy full SHA for 7c7fefd
.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
196
run: yarn config set network-timeout 600000 -g
197
198
- name: Install dependencies
199
- run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
+ run: npm install --global yarn && yarn install --ignore-engines --ignore-scripts --frozen-lockfile
200
201
- name: Configure safe directory
202
run: |
0 commit comments