You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to prevent contributors of your project from adding new incompatible dependencies, use > nodeVersion and engineStrict in a pnpm-workspace.yaml file at the root of the project:
https://pnpm.io/settings#usenodeversion
https://pnpm.io/settings#executionenvnodeversion
https://pnpm.io/settings#nodeversion
DRY:
Or not DRY?
node -v
is executed after theuseNodeVersion
/executionEnv.nodeVersion
has been installed therefore an explicitnodeVersion
is unnecessary?The text was updated successfully, but these errors were encountered: