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
This commit is contained in:
Joe Harrison
2025-09-29 06:30:02 +01:00
committed by GitHub
parent 764f7b4270
commit 53dc802696
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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