Commit 20945105 authored by Matt Solomon's avatar Matt Solomon Committed by GitHub

build: bump min pnpm version (#10216)

parent 34845b0e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"private": true, "private": true,
"engines": { "engines": {
"node": ">=16", "node": ">=16",
"pnpm": ">=8" "pnpm": ">=9"
}, },
"scripts": { "scripts": {
"clean": "pnpm recursive run clean; rm -rf node_modules packages/*/node_modules && echo 'Finished cleaning. Run `pnpm install && pnpm build` from root of repo to rebuild the repo.'", "clean": "pnpm recursive run clean; rm -rf node_modules packages/*/node_modules && echo 'Finished cleaning. Run `pnpm install && pnpm build` from root of repo to rebuild the repo.'",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment