Skip to content

Commit b9ee912

Browse files
committed
fix: typo
1 parent 18495bd commit b9ee912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
# https://github.com/nitrojs/nitro/pull/3060
2525
# https://github.com/nodejs/corepack/pull/614
26-
uses: npm i -g --force corepack && corepack enable pnpm
26+
run: npm i -g --force corepack && corepack enable pnpm
2727

2828
- name: Setup ni
2929
run: npm i -g @antfu/ni

0 commit comments

Comments
 (0)