chore: configure Volta correctly for a monorepo

This commit is contained in:
Joakim Carlstein 2023-11-10 14:46:51 +01:00
parent 75b494c2fd
commit 23d390e602
5 changed files with 15 additions and 2 deletions

View file

@ -33,7 +33,8 @@
],
"license": "MIT",
"volta": {
"node": "20.9.0"
"node": "20.9.0",
"pnpm": "8.10.2"
},
"engines": {
"node": ">=18"