diff --git a/.replit b/.replit index e40a042..b357f35 100644 --- a/.replit +++ b/.replit @@ -1,9 +1,9 @@ -modules = ["nodejs-20:v8-20230920-bd784b9"] +modules = ["nodejs-20", "nix"] hidden = [".config", "package-lock.json"] run = "npm run start" [nix] -channel = "stable-23_05" +channel = "stable-24_05" [unitTest] language = "nodejs"