Skip to content

Commit 58c3651

Browse files
ci: fix npm i
1 parent 1085eeb commit 58c3651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-npm-
2828
- name: Install dependencies
29-
run: npm ci
29+
run: npm i
3030
env:
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3232
- name: Release

0 commit comments

Comments
 (0)