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 277bc6a commit d8e9e64Copy full SHA for d8e9e64
.github/actions/setup/action.yml
@@ -21,5 +21,5 @@ runs:
21
22
- name: Install dependencies
23
if: steps.yarn-cache.outputs.cache-hit != 'true'
24
- run: yarn install --immutable --frozen-lockfile
25
- shell: bash
+ run: yarn install --immutable
+ shell: bash
0 commit comments