Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# `packageManager` is the manifest's declaration and the version that must
# win, so if the two ever disagree again, change THIS file: never edit
# `packageManager` to match a workflow.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# NO `version:` INPUT, DELIBERATELY: `pnpm/action-setup` must resolve exactly one version, from
# `package.json`'s `packageManager` key and nowhere else. Passing both is a hard error that
# fails setup before anything installs. Same reasoning as `.github/workflows/fuzz.yml`.
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down
Loading