Skip to content

Commit 953ebf3

Browse files
committed
chore: update github test workflow
1 parent 223cfac commit 953ebf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
node-version: 16
2121
cache: npm
2222

23-
- name: npm install
23+
- name: pnpm install
2424
run: |
25-
npm install
25+
pnpm install
2626
2727
- name: npm test
2828
env:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
31-
npm run package
32-
npm run lint
33-
npm exec tsc
34-
npm test
31+
pnpm package
32+
pnpm lint
33+
pnpm tsc
34+
pnpm test

0 commit comments

Comments
 (0)