From c40faf299341a320bd05d3515c236f8f6ca4e547 Mon Sep 17 00:00:00 2001 From: Seth Fuller <83652131+sfullerbeckman@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:01:59 -0400 Subject: [PATCH] Update to use node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 16aaba6..5e782f5 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: ssh-auth-sock: description: 'Where to place the SSH Agent auth socket' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'