Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/20260603151507.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:bug: Ensure action doesn't try to handle pnpm cache
2 changes: 1 addition & 1 deletion publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion validate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading