Skip to content

Commit 9d2add1

Browse files
committed
Update Yarn install commands to use --immutable flag for consistency
1 parent 5ae0af6 commit 9d2add1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ runs:
2323
2424
- name: Install dependencies
2525
if: steps.yarn-cache.outputs.cache-hit != 'true'
26-
run: yarn install --immutable --frozen-lockfile
26+
run: yarn install --immutable
2727
shell: bash

.github/workflows/new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Example App Yarn install
3030
run: |
3131
cd example
32-
yarn install
32+
yarn install --immutable
3333
cd ..
3434
3535
- name: Cache Detox build

0 commit comments

Comments
 (0)