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 e607f64 commit 44ce1b9Copy full SHA for 44ce1b9
.github/actions/setup/action.yml
@@ -23,5 +23,5 @@ runs:
23
24
- name: Install dependencies
25
if: steps.yarn-cache.outputs.cache-hit != 'true'
26
- run: yarn install --immutable
+ run: yarn set version 3.6.1 && yarn install --immutable
27
shell: bash
0 commit comments