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