From fc7bc3bff2fa1cc7437551ee07e7973f91bbc2b7 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 9 Jul 2019 12:43:19 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'