diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 030fb9d15..414daad84 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -45,6 +45,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Install web host dependencies + run: npm --prefix web ci + - name: Cache Next.js build uses: useblacksmith/cache@v5 with: