From 53dc80269687e32a64e7b18d78f945b63277e8d9 Mon Sep 17 00:00:00 2001 From: Joe Harrison <53116754+sudo-kraken@users.noreply.github.com> Date: Mon, 29 Sep 2025 06:30:02 +0100 Subject: [PATCH] ci: replace pnpm cache with custom cache (#1938) * removed the node pnpm cache in favour of the cache we setup * updated release to remove the cache:pnpm from the node setup step --- .github/workflows/docs-deploy.yml | 1 - .github/workflows/release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index aa0ec3f50..c9fb07f14 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: package.json - cache: 'pnpm' - name: Pnpm Setup uses: pnpm/action-setup@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23687cd74..e869f2a0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: package.json - cache: 'pnpm' - name: Pnpm Setup uses: pnpm/action-setup@v4