Skip to content

Commit a580ca9

Browse files
committed
wip
1 parent 96e54b0 commit a580ca9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21+
cache: 'pnpm'
2122
node-version: 22
22-
cache: 'npm'
23-
registry-url: 'https://registry.npmjs.org'
2423

2524
- name: Install dependencies
26-
run: npm ci
25+
run: pnpm install
2726

2827
- name: Run tests
2928
run: >

0 commit comments

Comments
 (0)