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 6f1da03 commit 214fe40Copy full SHA for 214fe40
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/checkout@v4
56
57
- name: Install Pnpm
58
- run: corepack enable
+ run: npm i -g corepack@latest --force && corepack enable
59
60
- name: Setup Node.js
61
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments