From 4e668e5dc322d61817bde42d6129da4c694eea11 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Tue, 11 Oct 2022 05:10:34 -0700 Subject: [PATCH] Update to Node 16 (#186) Hi. Please update this action to use Node 16. See: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Thanks. --- 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'