Skip to content

Commit 05c98fa

Browse files
committed
chore: use --frozen-lockfile instead of --immutable
1 parent ea02a20 commit 05c98fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
registry-url: "https://registry.npmjs.org"
2929

3030
- name: Install Dependencies
31-
run: yarn install --immutable
31+
run: yarn install --frozen-lockfile
3232

3333
- name: Publish package
3434
run: npm publish

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: "yarn"
2727

2828
- name: Install Dependencies
29-
run: yarn install --immutable
29+
run: yarn install --frozen-lockfile
3030
- name: Lint
3131
run: yarn lint
3232
test-node:
@@ -46,7 +46,7 @@ jobs:
4646
cache: "yarn"
4747

4848
- name: Install Dependencies
49-
run: yarn install --immutable
49+
run: yarn install --frozen-lockfile
5050

5151
- name: Build
5252
run: yarn build
@@ -69,7 +69,7 @@ jobs:
6969
cache: "yarn"
7070

7171
- name: Install Dependencies
72-
run: yarn install --immutable
72+
run: yarn install --frozen-lockfile
7373

7474
- name: Build
7575
run: yarn build

0 commit comments

Comments
 (0)