Skip to content

Commit 0d53359

Browse files
committed
build: update yarn to use --immutable
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 0cc85ee commit 0d53359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 20.x
2828
cache: 'yarn'
2929
- name: Install
30-
run: yarn install --frozen-lockfile
30+
run: yarn install --immutable
3131
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
3232
timeout-minutes: 60
3333
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: "${{ matrix.node-version }}"
3434
cache: 'yarn'
3535
- name: Install
36-
run: yarn install --frozen-lockfile
36+
run: yarn install --immutable
3737
- name: Prettier
3838
run: yarn prettier:check
3939
- name: Build

0 commit comments

Comments
 (0)