Skip to content

Commit daa9fe0

Browse files
committed
chore(ci): immutable flag update
1 parent 1293eb6 commit daa9fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: 'yarn'
1919

2020
- name: install dependencies
21-
run: yarn install --frozen-lockfile
21+
run: yarn install --immutable
2222

2323
- name: run pre-commit hooks
2424
run: |

0 commit comments

Comments
 (0)