1
0
Fork 0
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:
Divy Srivastava 2023-09-21 12:14:37 +05:30 committed by GitHub
parent a4ac6a3f5f
commit cf6f649829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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