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 b566507 commit 383aff8Copy full SHA for 383aff8
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
23
- name: Install Pnpm
24
- run: corepack enable
+ run: npm i -g corepack@latest --force && corepack enable
25
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
28
29
30
0 commit comments