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 9485802 commit 76e5842Copy full SHA for 76e5842
.github/workflows/release.yml
@@ -21,7 +21,9 @@ jobs:
21
uses: actions/checkout@v4
22
23
- name: Install Pnpm
24
- run: corepack enable
+ run: |
25
+ npm install -g corepack@latest --force
26
+ corepack enable
27
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -24,7 +24,9 @@ jobs:
30
31
32
0 commit comments