From e29e4828321495c66265a777851641047d8a7464 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Tue, 6 Feb 2024 03:30:28 +0100 Subject: [PATCH] Update node version to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f137986..e1e7e7e 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: description: 'The full helm command to run (including helm)' required: false runs: - using: 'node16' + using: 'node20' main: 'main.js'