diff --git a/action.yml b/action.yml index 7bfeceb..e187aef 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ inputs: version: description: 'Version to use. E.g. 2.2.104' runs: - using: 'node' - main: 'lib/setup-dotnet.js' \ No newline at end of file + using: 'node12' + main: 'lib/setup-dotnet.js'