We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a312cd commit 631ffe4Copy full SHA for 631ffe4
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: '22'
23
24
- name: Install dependencies
25
- run: npm install
+ run: pnpm i
26
27
- name: Run tests
28
run: npm test
0 commit comments