mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Update default version to node20 (#2844)
This commit is contained in:
committed by
GitHub
parent
b4a7bb0969
commit
acdc6edf7c
@@ -5,7 +5,7 @@ namespace GitHub.Runner.Common.Util
|
||||
{
|
||||
public static class NodeUtil
|
||||
{
|
||||
private const string _defaultNodeVersion = "node16";
|
||||
private const string _defaultNodeVersion = "node20";
|
||||
public static readonly ReadOnlyCollection<string> BuiltInNodeVersions = new(new[] { "node16", "node20" });
|
||||
public static string GetInternalNodeVersion()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user