mirror of
https://github.com/actions/runner.git
synced 2026-01-08 19:28:03 +08:00
This reverts commit acdc6edf7c.
This commit is contained in:
committed by
GitHub
parent
c851794f04
commit
544f19042b
@@ -5,7 +5,7 @@ namespace GitHub.Runner.Common.Util
|
||||
{
|
||||
public static class NodeUtil
|
||||
{
|
||||
private const string _defaultNodeVersion = "node20";
|
||||
private const string _defaultNodeVersion = "node16";
|
||||
public static readonly ReadOnlyCollection<string> BuiltInNodeVersions = new(new[] { "node16", "node20" });
|
||||
public static string GetInternalNodeVersion()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user