diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c890e6..1d5064a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - cache: pnpm - run: corepack enable + - run: pnpm install - name: Build Vite-Plugin-Hash-CSP run: pnpm p:build - name: Archive production artifacts @@ -43,8 +43,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - cache: npm - - run: npm ci + cache: pnpm + - run: pnpm install - name: Download production artifacts uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index f526699..88316ce 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,8 +16,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - cache: pnpm - run: corepack enable + - run: pnpm install - name: Build Vite-Plugin-Hash-CSP run: pnpm p:build