diff options
Diffstat (limited to 'cli/npm/resolution.rs')
-rw-r--r-- | cli/npm/resolution.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/resolution.rs b/cli/npm/resolution.rs index 95d9fd4c9..bfba1d67d 100644 --- a/cli/npm/resolution.rs +++ b/cli/npm/resolution.rs @@ -353,7 +353,7 @@ fn get_npm_pending_resolver( // WARNING: When bumping this version, check if anything needs to be // updated in the `setNodeOnlyGlobalNames` call in 99_main_compiler.js types_node_version_req: Some( - VersionReq::parse_from_npm("18.0.0 - 18.11.18").unwrap(), + VersionReq::parse_from_npm("18.0.0 - 18.16.19").unwrap(), ), }, ) |