Skip to content

Commit 78647c7

Browse files
committed
chore: use npm ci in github actions
1 parent 9875613 commit 78647c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install cargo-component
2020
run: cargo binstall cargo-component@0.21.1
2121
- name: Install JavaScript dependencies
22-
run: npm install
22+
run: npm ci
2323
- name: Build
2424
run: npm run web-host:build
2525
- name: Cache build artifacts

0 commit comments

Comments
 (0)