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 18495bd commit b9ee912Copy full SHA for b9ee912
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install pnpm
24
# 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
+ run: npm i -g --force corepack && corepack enable pnpm
27
28
- name: Setup ni
29
run: npm i -g @antfu/ni
0 commit comments