diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be16b708..6724dc3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,9 +64,13 @@ jobs: with: bun-version: 1.3.6 + - name: Verify npm lockfile + working-directory: webui + run: npm ci --ignore-scripts --dry-run + - name: Install WebUI dependencies working-directory: webui - run: bun install + run: bun install --frozen-lockfile - name: Lint WebUI working-directory: webui