From 00b26a6024953e1c4e5eb21fa8751a0801b73c3c Mon Sep 17 00:00:00 2001 From: Braden Steffaniak Date: Wed, 12 Oct 2022 08:33:06 -0500 Subject: [PATCH] Update to node16 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 83838fd8..4e01883a 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,6 @@ inputs: required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' post: 'cleanup.js'