vicaryV
Denoβ€’3w ago
vicary

Is it possible to override `process.version`?

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.


I am willing to risk a try but is it possible to temporarily override the hard-coded process.version in Deno?
Was this page helpful?