From cf6f649829fbb0562681bc9db0c4c1261d4a40b1 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 21 Sep 2023 12:14:37 +0530 Subject: [PATCH] fix(node): point process.version to Node 18.18.0 LTS (#20597) Fixes https://github.com/denoland/deno/issues/20590 --- ext/node/polyfills/_process/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/node/polyfills/_process/process.ts b/ext/node/polyfills/_process/process.ts index 2b2fae9cd4..062effe071 100644 --- a/ext/node/polyfills/_process/process.ts +++ b/ext/node/polyfills/_process/process.ts @@ -102,7 +102,7 @@ export const env: InstanceType & Record = * 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