From 5ab60c2121053c99a383753390fb169a0045694d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 6 Feb 2024 14:19:12 +0100 Subject: [PATCH] update to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 504c621..587e921 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ outputs: response: description: 'Response written from an authenticated user' runs: - using: 'node16' + using: 'node20' main: 'app.js' branding: icon: 'hash'