From 265b0667736973f2d83b1a35fdc5440d6cb3322e 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 25e0b6f..6dcce7c 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,5 @@ inputs: cwd: description: 'A custom working directory to execute the action in relative to repo root (defaults to .)' runs: - using: 'node12' + using: 'node16' main: 'index.js'