mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
fix(node): point process.version to Node 18.18.0 LTS (#20597)
Fixes https://github.com/denoland/deno/issues/20590
This commit is contained in:
parent
a4ac6a3f5f
commit
cf6f649829
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export const env: InstanceType<ObjectConstructor> & Record<string, string> =
|
|||
* it pointed to Deno version, but that led to incompability
|
||||
* with some packages.
|
||||
*/
|
||||
export const version = "v18.17.1";
|
||||
export const version = "v18.18.0";
|
||||
|
||||
/**
|
||||
* https://nodejs.org/api/process.html#process_process_versions
|
||||
|
|
Loading…
Reference in a new issue