Skip to content

Commit 1e19d20

Browse files
committed
build: update ci script
1 parent 1531a83 commit 1e19d20

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
node-version:
1212
- 16
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node-version }}
18-
- run: npm install
19-
- run: npm test
18+
- run: yarn
19+
- run: cd test
20+
- run: yarn run test

0 commit comments

Comments
 (0)