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 5ae0af6 commit 9d2add1Copy full SHA for 9d2add1
.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 --frozen-lockfile
+ run: yarn install --immutable
27
shell: bash
.github/workflows/new.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Example App Yarn install
30
run: |
31
cd example
32
- yarn install
+ yarn install --immutable
33
cd ..
34
35
- name: Cache Detox build
0 commit comments