Skip to content

Commit e5f8d8b

Browse files
committed
fix: replace npm ci with npm install in publish workflow
Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>
1 parent 3c3fc3d commit e5f8d8b

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 20
3232
registry-url: https://registry.npmjs.org/
33-
- run: npm ci
33+
- run: npm i
3434
- run: npm publish
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)