Skip to content

Commit a3c042d

Browse files
committed
fix: fix ci
1 parent 9d5b645 commit a3c042d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node }}
21+
- run: npm install
2122
- run: npm ci
2223
- run: npm test

0 commit comments

Comments
 (0)