From ab8468ce2465a8b7045cb83793923b340ecb483d Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Tue, 29 Nov 2022 17:44:29 -0500 Subject: [PATCH] Update to use node16 Github Actions will stop working with Node12 soon-ish --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 599fbce..2d2d7c8 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ inputs: default: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'