mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Support node.js 16 and bump node.js 12 version. (#1439)
* Support node.js 16 and bump node.js 12 version. * L0
This commit is contained in:
@@ -1199,6 +1199,8 @@ namespace GitHub.Runner.Worker
|
||||
public string Pre { get; set; }
|
||||
|
||||
public string Post { get; set; }
|
||||
|
||||
public string NodeVersion { get; set; }
|
||||
}
|
||||
|
||||
public sealed class PluginActionExecutionData : ActionExecutionData
|
||||
|
||||
Reference in New Issue
Block a user