Skip to content

Commit 6a394ec

Browse files
committed
ci: use npm install instead of npm ci
1 parent 6a7ce27 commit 6a394ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Install dependencies
21-
run: npm ci
21+
run: npm install
2222

2323
- name: Build
2424
run: npm run build

0 commit comments

Comments
 (0)