From 03ace23f96abd8b7869e3f50d41b73c97c181b34 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Mon, 9 Oct 2023 12:36:16 +0200 Subject: [PATCH] Update Node JS version. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7073d6a..e3ee0f6 100644 --- a/action.yml +++ b/action.yml @@ -62,5 +62,5 @@ inputs: required: false default: 120 runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'