Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Major version bump (v5 -> v6.0.8) with several behavioral changes:

  • v6.0.7 honors devEngines.packageManager.onFail=error, so pnpm may now error where it silently succeeded before.
  • v6.0.8 drops patchPnpmEnv, fixing standalone+self-update on Windows — confirm no custom logic relied on the old patch behavior.
  • v6.0.6 changed bin_dest output behavior, which may affect any scripts inspecting action outputs.

Recommend verifying CI passes cleanly before merging.

with:
version: 10.24.0

Expand Down
Loading