From 074ada194d481858feb906c89daebd56c7e02117 Mon Sep 17 00:00:00 2001 From: Esther Kim <44627152+estherkim@users.noreply.github.com> Date: Fri, 21 Oct 2022 02:34:15 -0400 Subject: [PATCH] Update action.yml to use node16 (#87) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5848b9..9902f21 100644 --- a/action.yml +++ b/action.yml @@ -43,5 +43,5 @@ inputs: description: 'Optional key to include in the bot comment to allow for multiple bundle calculations to be posted in separate comments.' runs: - using: 'node12' + using: 'node16' main: 'index.js'