We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecbf99 commit 5a0cdbdCopy full SHA for 5a0cdbd
‎.github/workflows/release.yml‎
@@ -39,10 +39,10 @@ jobs:
39
run: yarn -v
40
41
- name: Install dependencies
42
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable
43
44
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
45
- run: yarn audit signatures
+ run: yarn npm audit signatures
46
47
- name: Build
48
run: yarn build
0 commit comments