Skip to content

Commit fc23720

Browse files
committed
2 parents 150869f + 1042686 commit fc23720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
16-
- run: npm install
16+
- run: npm ci
1717

1818
publish-npm:
1919
needs: build
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 12
2626
registry-url: https://registry.npmjs.org/
27-
- run: npm install
27+
- run: npm ci
2828
- run: npm run build
2929
- run: npm publish
3030
env:

0 commit comments

Comments
 (0)