diff --git a/.replit b/.replit index 0817f4b..25250c7 100644 --- a/.replit +++ b/.replit @@ -5,7 +5,7 @@ run = ["npm", "start"] language = "nodejs-npm" [nix] -channel = "stable-21_11" +channel = "stable-23_01" [debugger] diff --git a/replit.nix b/replit.nix index 6f38517..2432aff 100644 --- a/replit.nix +++ b/replit.nix @@ -1,5 +1,5 @@ { pkgs }: { deps = [ - pkgs.nodejs-16_x.out + pkgs.nodejs-18_x ]; -} \ No newline at end of file +}