Skip to content

Commit a986ba2

Browse files
committed
ci(tools): change to use pnpm in ci script workflow
1 parent 99be976 commit a986ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: '20'
2424

2525
- name: Install dependencies
26-
run: npm install
26+
run: npm install -g pnpm && pnpm install
2727

2828
- name: Run CI
29-
run: npm run ci
29+
run: pnpm run ci

0 commit comments

Comments
 (0)