summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/napi/env.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/napi/env.rs b/cli/napi/env.rs
index 6568c20c9..841b6cd96 100644
--- a/cli/napi/env.rs
+++ b/cli/napi/env.rs
@@ -148,8 +148,8 @@ fn napi_get_uv_event_loop(_env: *mut Env, uv_loop: *mut *mut ()) -> Result {
}
const NODE_VERSION: napi_node_version = napi_node_version {
- major: 17,
- minor: 4,
+ major: 18,
+ minor: 13,
patch: 0,
release: "Deno\0".as_ptr() as *const c_char,
};