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 5f9de7d commit cec3c99Copy full SHA for cec3c99
1 file changed
.github/workflows/ci.yml
@@ -227,6 +227,9 @@ jobs:
227
if: contains(matrix.os, 'windows')
228
run: yarn config set network-timeout 600000 -g
229
230
+ - name: Install Yarn (if not yet installed)
231
+ run: yarn --version || npm install -g yarn@1.22.22
232
+
233
- name: Install dependencies
234
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
235
0 commit comments