Skip to content

Commit

Permalink
fix(node): point process.version to Node 18.18.0 LTS (denoland#20597)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Sep 21, 2023
1 parent a4ac6a3 commit cf6f649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/node/polyfills/_process/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf6f649

Please sign in to comment.