Update default version to node20 (#2844)

This commit is contained in:
Tatyana Kostromskaya
2023-10-09 06:48:16 +02:00
committed by GitHub
parent b4a7bb0969
commit acdc6edf7c
6 changed files with 13 additions and 9 deletions

View File

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