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:
parent
4512dac960
commit
801104bdc5
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user