diff --git a/action.yml b/action.yml index 830a3c4a..9a1254e9 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ inputs: description: 'comma separated list of XML/JSON/YAML files in which tokens are to be substituted. Files names must be specified relative to the folder-path.' required: true runs: - using: 'node16' + using: 'node20' main: 'lib/variableSubstitution.js'