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 81cacec commit 18495bdCopy full SHA for 18495bd
.github/workflows/ci.yml
@@ -21,7 +21,9 @@ jobs:
21
node-version: lts/*
22
23
- name: Install pnpm
24
- uses: corepack enable pnpm
+ # https://github.com/nitrojs/nitro/pull/3060
25
+ # https://github.com/nodejs/corepack/pull/614
26
+ uses: npm i -g --force corepack && corepack enable pnpm
27
28
- name: Setup ni
29
run: npm i -g @antfu/ni
0 commit comments