Skip to content

Commit c8964e8

Browse files
fix(ci): add packageManager field for pnpm version specification
pnpm/action-setup requires either version input or packageManager field.
1 parent 5e90396 commit c8964e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
"esbuild",
6464
"unrs-resolver"
6565
]
66-
}
66+
},
67+
"packageManager": "pnpm@10.28.2"
6768
}

0 commit comments

Comments
 (0)