From 2e97a9f7d15953ec037e77999e07db7ca539d7b4 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 8 Mar 2024 09:05:50 +0100 Subject: [PATCH] update: node to v20 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index eb31ef8..7c3c8c6 100644 --- a/action.yaml +++ b/action.yaml @@ -17,5 +17,5 @@ outputs: helmVersion: # id of output description: 'The next helm version' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'