Skip to content

Commit cc6d0f2

Browse files
committed
ci: use npm i -g to avoid setting up pnpm store
1 parent 103e745 commit cc6d0f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/autofix-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: pnpm
2626

2727
- name: Setup
28-
run: pnpm i -g @antfu/ni
28+
run: npm i -g @antfu/ni
2929

3030
- name: Install
3131
run: ni --no-frozen-lockfile

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: pnpm
2626

2727
- name: Setup
28-
run: pnpm i -g @antfu/ni
28+
run: npm i -g @antfu/ni
2929

3030
- name: Install
3131
run: nci
@@ -48,7 +48,7 @@ jobs:
4848
cache: pnpm
4949

5050
- name: Setup
51-
run: pnpm i -g @antfu/ni
51+
run: npm i -g @antfu/ni
5252

5353
- name: Install
5454
run: nci
@@ -78,7 +78,7 @@ jobs:
7878
cache: pnpm
7979

8080
- name: Setup
81-
run: pnpm i -g @antfu/ni
81+
run: npm i -g @antfu/ni
8282

8383
- name: Install
8484
run: nci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 24.x
2525

2626
- name: Setup
27-
run: pnpm i -g @antfu/ni
27+
run: npm i -g @antfu/ni
2828

2929
- name: Install
3030
run: nci

0 commit comments

Comments
 (0)