tests/github-runners: limit to supported node runtimes
This commit is contained in:
parent
7c3d11b160
commit
f8531f95fe
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
enable = true;
|
||||
url = "https://github.com/nixos/nixpkgs";
|
||||
tokenFile = "/secret/path/to/a/github/token";
|
||||
nodeRuntimes = [ "node24" ];
|
||||
};
|
||||
|
||||
test = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue