From d6f50bd205f3cba394eaf3b10d6916a008b8608a Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Wed, 1 Dec 2021 10:55:59 -0800 Subject: [PATCH] Run using Node 16 LTS https://github.com/actions/runner/pull/1439 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index af0daa8..183adfd 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ inputs: default: on-failure required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js' post-if: runner.os == 'macOS'