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 f86e0f8 commit f57e5c7Copy full SHA for f57e5c7
.github/actions/setup/action.yml
@@ -15,7 +15,7 @@ runs:
15
with:
16
node-version: 20
17
18
- - run: corepack enable
+ - run: npm install -g corepack@latest && corepack enable
19
shell: bash
20
21
- run: pnpm i
0 commit comments