Unverified Commit 4e8cbf95 authored by Marek Fajkus's avatar Marek Fajkus
Browse files

elmPackages: Use nodejs 18

Related to issue #229910
This bumps nodejs to 18 since 16 is soon to EOL.
parent ef6b80c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
let

  # To control nodejs version we pass down
  nodejs = pkgs.nodejs_16;
  nodejs = pkgs.nodejs_18;

  fetchElmDeps = pkgs.callPackage ./fetchElmDeps.nix { };