From 24b25c5809bca0ef5aa64530c61974d7753211f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Mon, 10 Oct 2022 07:56:56 +0200 Subject: [PATCH] run action using Node.js v16 GitHub plans to deprecate the v12 runtime and wants all actions to use v16 instead. See their announcement at 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 671e3d6..d1ae918 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: default: 'false' runs: - using: 'node12' + using: 'node16' main: 'lib/index.js' branding: