79701688

Date: 2025-07-15 07:17:00
Score: 0.5
Natty:
Report link

You just have to:

create a pnpm-workspac.yaml and write:

executionEnv:
  nodeVersion: 22.14.0

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cagliostro92