github-runner: Disable node20 runtime by default (#524856)
This commit is contained in:
@@ -289,7 +289,6 @@
|
||||
"node24"
|
||||
]);
|
||||
default = [
|
||||
"node20"
|
||||
"node24"
|
||||
];
|
||||
description = ''
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user