Skip to content

Commit c9e79bd

Browse files
committed
ci: pin packageManager so pnpm/action-setup picks a version
pnpm/action-setup@v4 fails with "No pnpm version is specified" unless one of the action's `version` input or package.json `packageManager` is set. Using `packageManager` keeps CI and local installs aligned through one source of truth. Amp-Thread-ID: https://ampcode.com/threads/T-019df512-66f8-71aa-8696-9ad96563f39a
1 parent 1cced09 commit c9e79bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "wevm.dev",
33
"private": true,
44
"type": "module",
5+
"packageManager": "pnpm@10.33.0",
56
"sideEffects": false,
67
"scripts": {
78
"dev": "vp dev",

0 commit comments

Comments
 (0)