Skip to content

Commit 6b7ffa2

Browse files
author
Kafil Nasdami
committed
with the right npm i command
1 parent 1b44970 commit 6b7ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: "20"
3434

3535
- name: Install dependencies
36-
run: npm install --production
36+
run: npm ci --production
3737

3838
- name: Publish to npm
3939
run: npm publish

0 commit comments

Comments
 (0)