From 72240dc5ddef500e61a9923f7888365b1ff12024 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 2 May 2024 23:52:55 -0400 Subject: [PATCH] Update action.yaml - node20 Signed-off-by: Mathieu Benoit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index c0d7c7c..c2278a9 100644 --- a/action.yaml +++ b/action.yaml @@ -11,5 +11,5 @@ inputs: description: 'An authentication token (usually a GITHUB_TOKEN) authorised to fetch data from the `GitHub.com`. Only required if `version` is set to `latest`' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'