pnpm.executionEnv.nodeVersion vs engines.runtime #10172
markedwards
started this conversation in
General
Replies: 1 comment 8 replies
-
|
What is the issue? This works for me in package.json: "engines": {
"runtime": {
"name": "node",
"version": "23",
"onFail": "download"
}
}
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of pnpm 10.21.0, is
pnpm.executionEnv.nodeVersiondeprecated? And if so what is the correct way to specify the node version for the root workspace? Theengines.runtimedeclaration does not seem to do it.Beta Was this translation helpful? Give feedback.
All reactions