From 6f1834bb825ffa847bd3278519a2ac826196fc5e Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Mon, 10 Oct 2022 17:40:23 -0700 Subject: [PATCH] Update to Node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ed80ff53..54af1d4d 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false default: 'false' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'