From 50a120e4d34903c2c1383dec0e9b1d349a9cc2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 28 Nov 2022 19:23:17 +0100 Subject: [PATCH] Use `node16` instead of `node12` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ce9317d..90b7072 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: description: 'The toolchain targets to add, comma-separated' default: '' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'download'