Skip to content

Commit 28fda1c

Browse files
authored
chore: enforce pnpm 11 (#7465)
1 parent 5268ba4 commit 28fda1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"url": "git+https://github.com/TanStack/router.git"
77
},
88
"packageManager": "pnpm@11.1.0",
9+
"engines": {
10+
"pnpm": ">=11.0.0"
11+
},
912
"type": "module",
1013
"scripts": {
1114
"cleanNodeModules": "pnpm -r exec rm -rf node_modules",

0 commit comments

Comments
 (0)