Skip to content

Commit 4fa8442

Browse files
committed
npm -> pnpm for SDK tests
1 parent 1073c75 commit 4fa8442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipedream-sdk-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
node-version: '18'
2525

2626
- name: Install dependencies
27-
run: npm install
27+
run: pnpm install
2828
working-directory: packages/sdk
2929

3030
- name: Run tests
31-
run: npm test
31+
run: pnpm test
3232
working-directory: packages/sdk

0 commit comments

Comments
 (0)