From ae7b1f3676ae374dc70282e6b9650bc50b611222 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 4 Feb 2024 21:02:40 +0000 Subject: [PATCH] Upgrade runtime to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'