github-runner: Disable node20 runtime by default (#524856)

This commit is contained in:
dotlambda
2026-05-27 18:51:54 +00:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
@@ -289,7 +289,6 @@
"node24"
]);
default = [
"node20"
"node24"
];
description = ''
+1 -1
View File
@@ -17,7 +17,7 @@
runtimeShell,
# List of Node.js runtimes the package should support
nodeRuntimes ? [
"node20"
# Node.js 20.x has reached EOL and is marked as insecure in Nixpkgs, thus omitted here
"node24"
],
nodejs_20,