From 4783784fb3ba48be6a343bcc8028d616999d5898 Mon Sep 17 00:00:00 2001 From: math-pixel <59537610+math-pixel@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:27:21 +0200 Subject: [PATCH] feat: change version --- .nvmrc | 1 + nixpacks.toml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .nvmrc create mode 100644 nixpacks.toml diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..d135def --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22.12.0 \ No newline at end of file diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..b9ff546 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["nodejs-22_x"] \ No newline at end of file