diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index e902cc3..f8ed1ff 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -27,10 +27,9 @@ jobs: with: path: node_modules key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }} - - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' - run: npm ci + run: npm ci - name: Build run: npm run build