We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf016bc commit b6270deCopy full SHA for b6270de
.github/actions/setup/action.yml
@@ -25,5 +25,5 @@ runs:
25
26
- name: Install dependencies
27
if: steps.yarn-cache.outputs.cache-hit != 'true'
28
- run: yarn install --frozen-lockfile
+ run: yarn install -immutable
29
shell: bash
0 commit comments