Skip to content

Commit 4d9d9bc

Browse files
committed
fix: update ci
1 parent c121724 commit 4d9d9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v2
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
- run: npm install
24+
- run: npm ci
2525
- run: npm run build --if-present
2626
- run: npm run test:ci
2727
env:

0 commit comments

Comments
 (0)