Skip to content

Commit ae1e005

Browse files
committed
ci(release): Replace deprecated frozen-lockfile with immutable
1 parent a034d08 commit ae1e005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: 'yarn'
3535
cache-dependency-path: 'yarn.lock'
3636
- name: Install dependencies
37-
run: yarn install --frozen-lockfile
37+
run: yarn install --immutable
3838
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3939
run: npm audit signatures
4040
- name: Lint all packages

0 commit comments

Comments
 (0)