Skip to content

Commit 7fa5261

Browse files
authored
Merge pull request #4 from topheman/feat/npm-ci
Use `npm ci` instead of `npm install` in GitHub Actions
2 parents 9875613 + 78647c7 commit 7fa5261

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)