mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
chore: update hardcoded stable node verson in process polyfill
Signed-off-by: Sebastien Guillemot <SebastienGllmt@gmail.com>
This commit is contained in:
parent
12b377247b
commit
792578ea13
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,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 = "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",
|
||||
|
|
Loading…
Add table
Reference in a new issue