diff --git a/action.yml b/action.yml index 84fdc1c..46bd637 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ inputs: description: 'Input to use' default: 'world' runs: - using: 'node' - main: 'lib/main.js' \ No newline at end of file + using: 'node12' + main: 'lib/main.js'