From a642fc4ff4e43f491c3d84dd52dd82628c629c45 Mon Sep 17 00:00:00 2001 From: joshjennings98 Date: Wed, 3 Jun 2026 15:15:14 +0100 Subject: [PATCH] :bug: Ensure action doesn't try to handle pnpm cache --- changes/20260603151507.bugfix | 1 + publish/action.yml | 2 +- validate/action.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changes/20260603151507.bugfix diff --git a/changes/20260603151507.bugfix b/changes/20260603151507.bugfix new file mode 100644 index 0000000..17001c4 --- /dev/null +++ b/changes/20260603151507.bugfix @@ -0,0 +1 @@ +:bug: Ensure action doesn't try to handle pnpm cache diff --git a/publish/action.yml b/publish/action.yml index 0ad8f9f..328930e 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -27,7 +27,7 @@ runs: uses: actions/setup-node@v6.4.0 with: node-version: 24 - cache: pnpm + package-manager-cache: false - name: Install arm-docs shell: bash diff --git a/validate/action.yml b/validate/action.yml index fa39da6..2bcdcef 100644 --- a/validate/action.yml +++ b/validate/action.yml @@ -24,7 +24,7 @@ runs: uses: actions/setup-node@v6.4.0 with: node-version: 24 - cache: pnpm + package-manager-cache: false - name: Install arm-docs shell: bash