From bc91a32ed842307b23d3883d34314c7dc8e156f1 Mon Sep 17 00:00:00 2001 From: pinkforest <36498018+pinkforest@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:38:01 +1100 Subject: [PATCH] chore: Bump to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b7a46b4..118cb5b 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ inputs: required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'