Skip to content

Commit 631ffe4

Browse files
committed
Replace npm with pnpm for dependency installation in CI workflow
1 parent 9a312cd commit 631ffe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '22'
2323

2424
- name: Install dependencies
25-
run: npm install
25+
run: pnpm i
2626

2727
- name: Run tests
2828
run: npm test

0 commit comments

Comments
 (0)