We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7587d commit d161395Copy full SHA for d161395
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
cache-dependency-path: auths-verify-widget/package-lock.json
42
43
- name: Install dependencies
44
- run: npm ci
+ run: npm install
45
46
- name: Build WASM
47
run: npm run build:wasm
0 commit comments