Skip to content

Commit 458342f

Browse files
committed
update npm publish action
1 parent b65033a commit 458342f

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 20
18-
- run: npm ci
18+
- run: npm i
1919
- run: npm test
2020

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

0 commit comments

Comments
 (0)