From 25ff3cc8fb157a81d79b218d2dd367d4b113ba4a Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Tue, 11 Oct 2022 18:51:50 +0200 Subject: [PATCH] fix: update action to run on Node 16 (#440) See See 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 37cc54e..96e74ac 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ outputs: description: Whether the action has pushed a tag. runs: - using: node12 + using: node16 main: lib/index.js branding: