diff --git a/action.yml b/action.yml index 6ac8349..3497022 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ inputs: description: 'A semicolon-separated list of key paths to retrieve. These will automatically be converted to environmental variable keys. See README for more details' required: true runs: - using: 'node10' + using: 'node12' main: 'index.js' \ No newline at end of file