From 67e0fa55be142b5b4fedd594735b5e76d3da1b37 Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Sun, 13 Nov 2022 20:30:33 +0100 Subject: [PATCH] Bump NodeJS to version 16 Fixes gh-29 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e7e39a4..7402812 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,6 @@ inputs: default: 'true' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js'