From 41fafc8e5a2cd95281be047c20191ae95d9e5990 Mon Sep 17 00:00:00 2001 From: Simon Garner Date: Fri, 1 Sep 2023 16:42:41 +1200 Subject: [PATCH] Use Node.js v20.x GitHub doesn't actually support `node18`. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2bf63ff..5244356 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ inputs: description: '(optional) Specifies if the decryption should be performed on SSM parameters' required: false runs: - using: 'node18' + using: 'node20' main: 'lib/index.js'