From 4a4e4565049302421eea0b09a1713a3af242e8bc Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 26 Oct 2023 12:13:34 +0200 Subject: [PATCH] Use node20 node16 is deprecated Fixes #332 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 121e20c..73bacab 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: required: false default: true runs: - using: 'node16' + using: 'node20' main: 'index.js'