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