nodePackages: Switch to 14.x

12.x is still maintained by Node, but 14.15.0 became the new LTS version of Node.js.
As per #89184, `nodejs` should point to the current LTS.

Bump the default `nodejs` version from 12 to 14.
This commit is contained in:
Maxime Guerreiro
2020-10-28 15:20:41 +01:00
committed by GitHub
parent 4512dac960
commit 801104bdc5
+2 -2
View File
@@ -5095,9 +5095,9 @@ in
nixnote2 = libsForQt514.callPackage ../applications/misc/nixnote2 { };
nodejs = hiPrio nodejs-12_x;
nodejs = hiPrio nodejs-14_x;
nodejs-slim = nodejs-slim-12_x;
nodejs-slim = nodejs-slim-14_x;
nodejs-10_x = callPackage ../development/web/nodejs/v10.nix { };