From 33c956924bc2710a3618c57da276b7ee67dfea6a Mon Sep 17 00:00:00 2001 From: jasonchung1871 <101672465+jasonchung1871@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:37:51 -0800 Subject: [PATCH] Update action.yml action.yml did not update to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 25fbfa1..2d3ee2c 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'