Skip to content

Commit 4ea3ae9

Browse files
authored
fix: npm ci
Signed-off-by: Bohdan Kucheriavyi <[email protected]>
1 parent 76666be commit 4ea3ae9

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
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm i
2323

2424
- name: Build
2525
run: npm run build

0 commit comments

Comments
 (0)