Skip to content

Commit 5a0cdbd

Browse files
committed
ci: 🎡 fix CI syntax for yarn 4.X
1 parent fecbf99 commit 5a0cdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
run: yarn -v
4040

4141
- name: Install dependencies
42-
run: yarn install --frozen-lockfile
42+
run: yarn install --immutable
4343

4444
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
45-
run: yarn audit signatures
45+
run: yarn npm audit signatures
4646

4747
- name: Build
4848
run: yarn build

0 commit comments

Comments
 (0)