Skip to content

Commit 92b4b8b

Browse files
committed
Change demo-app dependency installation from npm ci to npm install
1 parent a26512e commit 92b4b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: 🔧 Install demo-app deps + local package
6565
run: |
6666
cd test-apps/${{ matrix.app }}
67-
npm ci
67+
npm install
6868
# install your freshly-packed tarball from the workspace root
6969
npm install "${{ github.workspace }}/imagekit-vue-*.tgz" --no-save
7070

0 commit comments

Comments
 (0)