Skip to content

Commit 2897d02

Browse files
authored
ci: correctly install with immutable lockfile
1 parent cca2743 commit 2897d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: 'yarn'
1818

1919
- name: Install dependencies
20-
run: yarn install --immutable
20+
run: yarn install --frozen-lockfile
2121

2222
- name: Lint
2323
run: yarn lint
@@ -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

0 commit comments

Comments
 (0)