diff --git a/.github/workflows/web-host.yml b/.github/workflows/web-host.yml index 5710309..80e88a8 100644 --- a/.github/workflows/web-host.yml +++ b/.github/workflows/web-host.yml @@ -19,7 +19,7 @@ jobs: - name: Install cargo-component run: cargo binstall cargo-component@0.21.1 - name: Install JavaScript dependencies - run: npm install + run: npm ci - name: Build run: npm run web-host:build - name: Cache build artifacts