From ef5c5ecdd13c98f2653d1baa3385980ec27d353a Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Wed, 14 Feb 2024 18:21:45 +0100 Subject: [PATCH] build: use node20 instead of node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e1b058a0..b70ef0fb 100644 --- a/action.yml +++ b/action.yml @@ -67,5 +67,5 @@ branding: color: blue runs: - using: "node16" + using: "node20" main: "dist/index.js"