Skip to content

Commit 7966b1a

Browse files
fix(npm): change install command
1 parent c4c05d0 commit 7966b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
install-command:
3030
description: 'Command to install dependencies'
3131
required: false
32-
default: 'npm install'
32+
default: 'npm ci'
3333
type: string
3434
environment:
3535
description: 'GitHub environment to use for deployment'
@@ -69,4 +69,4 @@ jobs:
6969
npm publish --access ${{ inputs.access }}
7070
fi
7171
env:
72-
NODE_AUTH_TOKEN: ${{ secrets.npm-token }}
72+
NODE_AUTH_TOKEN: ${{ secrets.npm-token }}

0 commit comments

Comments
 (0)