Skip to content

Commit

Permalink
chore: npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 28, 2024
1 parent 200557f commit c5db72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: lts/*

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

- name: Install
run: nci
Expand All @@ -45,7 +45,7 @@ jobs:
node-version: ${{ matrix.node }}

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

- name: Install
run: nci
Expand Down

0 comments on commit c5db72f

Please sign in to comment.