Skip to content

Commit eeb3653

Browse files
committed
chore: update workflwo commands
1 parent 92fcfe4 commit eeb3653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
cache: 'yarn'
1616

1717
- name: Install dependencies
18-
run: yarn install --frozen-lockfile
18+
run: yarn install --immutable
1919

2020
- name: Build project
2121
run: yarn build
@@ -50,7 +50,7 @@ jobs:
5050
key: ${{ runner.os }}-locks
5151

5252
- name: Install dependencies
53-
run: yarn install --frozen-lockfile
53+
run: yarn install --immutable
5454

5555
- name: Download build artifact
5656
uses: actions/download-artifact@v4
@@ -83,7 +83,7 @@ jobs:
8383
cache: 'yarn'
8484

8585
- name: Install dependencies
86-
run: yarn install --frozen-lockfile
86+
run: yarn install --immutable
8787

8888
- name: Download build artifact
8989
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)