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 9ade7dc commit 3390792Copy full SHA for 3390792
.github/workflows/build-ios.yml
@@ -37,7 +37,7 @@ jobs:
37
# cache: 'yarn'
38
39
- name: Set Yarn version
40
- run: yarn set version stable
+ run: yarn set version 3.6.4
41
42
- name: Install npm dependencies (example project)
43
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments