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