From b8dde6ff2bda925c2d3c314483038afb70cce942 Mon Sep 17 00:00:00 2001 From: David Reed Date: Mon, 23 Jan 2023 23:36:02 -0500 Subject: [PATCH] upgrade nix channel and node --- .replit | 2 +- replit.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +}