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