Skip to content

Commit 3c5d734

Browse files
maxholmanclaude
andcommitted
fix: restore packageManager pin; bump deploy actions to v6
Publish failed: pnpm/action-setup needs the packageManager key (dropped during the pnpm v11 store migration). Match rest-client: pnpm@11.5.2, actions @v6. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 45df988 commit 3c5d734

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
id-token: write
1414
attestations: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

18-
- uses: pnpm/action-setup@v4
18+
- uses: pnpm/action-setup@v6
1919

20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 24
22+
node-version: 26
2323
registry-url: https://registry.npmjs.org/
2424
cache: "pnpm"
2525

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
},
5656
"engines": {
5757
"node": ">=26.0.0"
58-
}
58+
},
59+
"packageManager": "pnpm@11.5.2"
5960
}

0 commit comments

Comments
 (0)