Skip to content

Commit cec3c99

Browse files
committed
Fix yarn
1 parent 5f9de7d commit cec3c99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ jobs:
227227
if: contains(matrix.os, 'windows')
228228
run: yarn config set network-timeout 600000 -g
229229

230+
- name: Install Yarn (if not yet installed)
231+
run: yarn --version || npm install -g yarn@1.22.22
232+
230233
- name: Install dependencies
231234
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
232235

0 commit comments

Comments
 (0)