tests/github-runners: limit to supported node runtimes

This commit is contained in:
Sam 2026-05-25 13:38:43 -07:00
parent 7c3d11b160
commit f8531f95fe
No known key found for this signature in database
GPG key ID: F5A1A3303C50997D

View file

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