Skip to content

Commit cd258fb

Browse files
committed
update ci
1 parent 4fd91ac commit cd258fb

File tree

2 files changed

+4
-25749
lines changed

2 files changed

+4
-25749
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
lint-and-test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v2
7+
- uses: actions/checkout@v6
8+
- uses: actions/setup-node@v6
99
with:
1010
node-version: '14'
1111
- name: Install dependencies
12-
run: npm ci --no-optional
12+
run: pnpm i
1313
- name: Run tests
14-
run: npm run test
14+
run: pnpm run test

0 commit comments

Comments
 (0)