From f61558ca3f1e7c22b53bdc2a10ea85614a685bc3 Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Fri, 26 Jan 2024 20:04:43 -0300 Subject: [PATCH] Action: Update node version to 20 Fixes #49 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1cf9bf3..dcea59f 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: path: description: 'Path to the bin folder with the toolchain executables.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'cpu'