From c1e4657c8a0a556e7f511b27ee8e2cb50f8fd41a Mon Sep 17 00:00:00 2001 From: Shivam Date: Wed, 28 Feb 2024 09:57:54 +0100 Subject: [PATCH] chore: update node --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 36ad2b4..7125419 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: required: false description: 'Include prefix (or not) on conversion. True by default' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: book-open