DenoDDeno
Powered by
vicaryV
Denoβ€’3mo ago
vicary

Is it possible to override `process.version`?

πŸ—οΈNode Compatibility
deno run npm:semantic-release
deno run npm:semantic-release
gives me the following error, but their code doesn't seem to fail at node 24.9 or before.
[semantic-release]: node version ^22.14.0 || >= 24.10.0 is required. Found v24.2.0.
[semantic-release]: node version ^22.14.0 || >= 24.10.0 is required. Found v24.2.0.


I am willing to risk a try but is it possible to temporarily override the hard-coded
process.version
process.version
in Deno?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Is it possible to use Yarn with Deno?
wuX4anWwuX4an / help
2y ago
Is it possible to capture console log output?
maxMmax / help
2y ago
Is it possible to know what version of a dynamically-imported module was just imported?
tmcwTtmcw / help
3y ago