Skip to content

Commit 211068d

Browse files
committed
fix(deps): pin pnpm to 11.3.0 to match CI provisioning
packageManager/engines got stamped to 11.4.0 during lockfile regen, but the socket-registry CI setup action provisions pnpm 11.3.0 — the mismatch aborted install with "configured to use 11.4.0, current is 11.3.0". Pin to 11.3.0, matching CI + every green fleet repo. (Fleet canonical is mid-migration to 11.4.0; socket-bin follows once the CI action ships it.)
1 parent 4426c05 commit 211068d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"description": "SEA-packed binaries for @socketbin/* packages. Downloads prebuilt artifacts from socket-btm GH Releases, verifies checksums, publishes to npm.",
66
"license": "MIT",
77
"type": "module",
8-
"packageManager": "pnpm@11.4.0",
8+
"packageManager": "pnpm@11.3.0",
99
"engines": {
1010
"node": ">=18.20.8",
11-
"pnpm": ">=11.4.0"
11+
"pnpm": ">=11.3.0"
1212
},
1313
"scripts": {
1414
"build": "echo 'no build — publish-only repo'",

0 commit comments

Comments
 (0)