Documented here: https://pnpm.io/npmrc#use-node-version example: ```bash use-node-version=22.9.0 ``` since .npmrc is not a leagcy file, it should be supported out of the box, with no flags, no `.tool-versions` required.
Documented here: https://pnpm.io/npmrc#use-node-version
example:
since .npmrc is not a leagcy file, it should be supported out of the box, with no flags, no
.tool-versionsrequired.