fix nodejs version
check / flake-check (pull_request) Has been cancelled

This commit is contained in:
Lars Nolden
2026-06-01 21:21:30 +02:00
parent 2dd5ed5877
commit a84b279747
4 changed files with 2052 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ in
};
};
frontend = {
command = "${pkgs.nodejs_20}/bin/npm --prefix frontend run dev";
command = "${pkgs.nodejs_24}/bin/npm --prefix frontend install && ${pkgs.nodejs_24}/bin/npm --prefix frontend run dev";
environment = frontendEnv;
};
# TODO: supabase compose (point POSTGRES_HOST at the services-flake db)