Skip to content

Commit 424e8e8

Browse files
authored
Update npmpublish.yml
1 parent ab29430 commit 424e8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18-
- run: npm ci
18+
- run: npm i # normaly should be npm ci
1919
- run: npm test
2020

2121
publish-npm:
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 12
2929
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
30+
- run: npm i # normaly should be npm ci
3131
- run: npm publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)