From e76228e9398de90e7dda6c3753bc925e06e5099e Mon Sep 17 00:00:00 2001 From: Tsotne Gvadzabia Date: Sun, 30 Jun 2024 19:50:45 +0100 Subject: [PATCH] fix workflow files --- .github/workflows/release.yml | 6 +++--- .github/workflows/triage.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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