From f8531f95fe4abebe17b794f3f6c01a8f886b97bd Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 25 May 2026 13:38:43 -0700 Subject: [PATCH] tests/github-runners: limit to supported node runtimes --- tests/services-github-runners.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/services-github-runners.nix b/tests/services-github-runners.nix index 8bd08a6..c4b5b0e 100644 --- a/tests/services-github-runners.nix +++ b/tests/services-github-runners.nix @@ -4,6 +4,7 @@ enable = true; url = "https://github.com/nixos/nixpkgs"; tokenFile = "/secret/path/to/a/github/token"; + nodeRuntimes = [ "node24" ]; }; test = ''