Skip to content

Commit ac0df2c

Browse files
authored
Update npm-publish.yml
1 parent 2ade5a3 commit ac0df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 18
1919
cache: 'npm'
20-
- run: npm i
20+
- run: npm ci
2121
- run: npm run build
2222
- run: npm publish
2323
env:

0 commit comments

Comments
 (0)