Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable version
import { version } from "https://deno.land/std@0.123.0/node/_process/process.ts";

https://nodejs.org/api/process.html#process_process_version

This value is hard coded to latest stable release of Node, as some packages are checking it for compatibility. Previously it pointed to Deno version, but that led to incompability with some packages.

type

"v16.11.1"