Skip to content

Commit 844958a

Browse files
committed
Immuntable install
1 parent 3c3fc1d commit 844958a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: corepack enable
2020

2121
- name: Yarn Install
22-
run: yarn
22+
run: yarn install --immutable
2323

2424
- name: Build All Packages
2525
run: yarn build:all

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: corepack enable
3131

3232
- name: Install dependencies
33-
run: yarn install
33+
run: yarn install --immutable
3434

3535
- name: Build packages
3636
run: yarn build:all

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: corepack enable
2626

2727
- name: Install Dependencies
28-
run: yarn install
28+
run: yarn install --immutable
2929

3030
- name: Build Packages
3131
run: yarn build:all

0 commit comments

Comments
 (0)