From cf67241c27cbe6405ad8705111121ece9a48c4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:55:12 +0200 Subject: [PATCH] test(chore):upgrade to node 16 (#1) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b31b4c4..91f1e49 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,6 @@ inputs: required: false default: "0" runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'