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 a034d08 commit ae1e005Copy full SHA for ae1e005
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
cache: 'yarn'
35
cache-dependency-path: 'yarn.lock'
36
- name: Install dependencies
37
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable
38
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
39
run: npm audit signatures
40
- name: Lint all packages
0 commit comments