NODE_VERSION

Constant NODE_VERSION 

Source
pub const NODE_VERSION: &'static str = "1.16.0";
Expand description

The current node version, which takes the basic SemVer form <major>.<minor>.<patch>. In general, minor should be bumped on every release while major or patch releases are relatively rare.

The associated worker binaries should use the same version as the node that spawns them.