Skip to content

Commit 9dc2d65

Browse files
committed
fix: configure workflow
1 parent ad6e88f commit 9dc2d65

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
30-
- run: npm run build --if-present
31-
- run: npm test
29+
- name: Install pnpm
30+
run: npm install -g pnpm
31+
- run: pnpm install
32+
- run: pnpm run build --if-present
33+
- run: pnpm test

0 commit comments

Comments
 (0)