Skip to content

Commit 6a6fc11

Browse files
committed
build: pin packageManager to pnpm@11.0.6
action-setup infers the pnpm version from this field. The test job doesn't check out an upstream repo, so without it action-setup errors 'No pnpm version is specified'.
1 parent 547d8f5 commit 6a6fc11

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
@@ -28,6 +28,7 @@
2828
"type": "individual",
2929
"url": "https://etherpad.org/"
3030
},
31+
"packageManager": "pnpm@11.0.6",
3132
"scripts": {
3233
"lint": "eslint .",
3334
"lint:fix": "eslint --fix .",

0 commit comments

Comments
 (0)