diff --git a/ext/node/polyfills/_process/process.ts b/ext/node/polyfills/_process/process.ts index 6f69139c9847bf..48a8336463a23d 100644 --- a/ext/node/polyfills/_process/process.ts +++ b/ext/node/polyfills/_process/process.ts @@ -116,7 +116,7 @@ export const env: InstanceType & Record = * it pointed to Deno version, but that led to incompability * with some packages. */ -export const version = "v20.11.1"; +export const version = "v22.10.0"; /** * https://nodejs.org/api/process.html#process_process_versions @@ -127,7 +127,7 @@ export const version = "v20.11.1"; * with some packages. Value of `v8` field is still taken from `Deno.version`. */ export const versions = { - node: "20.11.1", + node: "22.10.0", uv: "1.43.0", zlib: "1.2.11", brotli: "1.0.9",