From 6d9b91bb7663885b1cf430ca75f433986818eb4a Mon Sep 17 00:00:00 2001 From: Aymeric Gaurat-Apelli Date: Wed, 2 Oct 2024 15:57:24 +1000 Subject: [PATCH] Update node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6b20ce0..d610410 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: required: false default: "" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "aperture"