github-runner: remove node20 runtime from defaults (#1796)

This commit is contained in:
Sam 2026-06-11 15:00:05 +00:00 committed by GitHub
commit d9ffa378a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -263,7 +263,7 @@ in
nodeRuntimes = mkOption {
type = with types; nonEmptyListOf (enum [ "node20" "node24" ]);
default = [ "node20" "node24" ];
default = [ "node24" ];
description = ''
List of Node.js runtimes the runner should support.
'';

View file

@ -4,7 +4,6 @@
enable = true;
url = "https://github.com/nixos/nixpkgs";
tokenFile = "/secret/path/to/a/github/token";
nodeRuntimes = [ "node24" ];
};
test = ''