You just have to:
create a pnpm-workspac.yaml and write:
```
executionEnv:
nodeVersion: <node_version>
```
launch any scripts declared in you package.json using npx pnpm run \<command\>
You'll see that the node version you chose will be fetched and used.