From acd4b4c47a26e094d027d9f31c359ecf6f5699a3 Mon Sep 17 00:00:00 2001 From: X-Kaisel <106583761+X-Kaisel@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:11:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20.replit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .replit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"