diff options
-rw-r--r-- | ext/node/polyfills/_process/process.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_process/process.ts b/ext/node/polyfills/_process/process.ts index 2b2fae9cd..062effe07 100644 --- a/ext/node/polyfills/_process/process.ts +++ b/ext/node/polyfills/_process/process.ts @@ -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 |