Skip to content

Commit 8e4a908

Browse files
oSumAtrIXvalidcube
andauthored
ci: Use install instead of clean install for NPM dependencies
Co-authored-by: Pun Butrach <[email protected]>
1 parent 7ee2b1a commit 8e4a908

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
@@ -45,7 +45,7 @@ jobs:
4545
build-root-directory: ${{ github.workspace }}/android
4646

4747
- name: Install dependencies
48-
run: npm ci
48+
run: npm i
4949

5050
- name: Get dependencies
5151
run: flutter pub get

0 commit comments

Comments
 (0)