Revert "Update default version to node20 (#2844)" (#2918)

This reverts commit acdc6edf7c.
This commit is contained in:
Tatyana Kostromskaya
2023-10-10 17:10:43 +02:00
parent 6b9ba79e26
commit 3424e3aa32
6 changed files with 9 additions and 13 deletions

View File

@@ -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()
{