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 3840443 commit 72a5545Copy full SHA for 72a5545
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: |
50
npm install -g corepack@latest
51
corepack enable
52
- corepack prepare pnpm@latest --activate
+ COREPACK_INTEGRITY_KEYS=0 corepack prepare pnpm@latest --activate
53
- uses: actions/setup-node@v4
54
with:
55
node-version: 20
0 commit comments