We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9875613 commit 78647c7Copy full SHA for 78647c7
1 file changed
.github/workflows/web-host.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install cargo-component
20
run: cargo binstall cargo-component@0.21.1
21
- name: Install JavaScript dependencies
22
- run: npm install
+ run: npm ci
23
- name: Build
24
run: npm run web-host:build
25
- name: Cache build artifacts
0 commit comments