Skip to content

Commit d161395

Browse files
committed
fix: use npm install instead of npm ci for file: dependency compat
1 parent af7587d commit d161395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache-dependency-path: auths-verify-widget/package-lock.json
4242

4343
- name: Install dependencies
44-
run: npm ci
44+
run: npm install
4545

4646
- name: Build WASM
4747
run: npm run build:wasm

0 commit comments

Comments
 (0)