From 006996394f415f03969b74e3296af42f34f6d8f5 Mon Sep 17 00:00:00 2001 From: Thales Raymond <32554150+thalesraymond@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:00:02 -0300 Subject: [PATCH] Updating Node.js version to 16 (#2) * update node * test workflow * fix runner name * remove workflow Co-authored-by: Thales Falcini Raymundo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab73f3a..a2d1c61 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ inputs: required: false default: '2.14.2' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'