Skip to content

Commit f60ae21

Browse files
committed
ci: fix ci deploy actions
1 parent 9cb4b0c commit f60ae21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 16.x
1515
cache: 'npm'
16-
- run: npm
16+
- run: npm ci
1717
- run: npm test
1818

1919
publish:

0 commit comments

Comments
 (0)