From 7f59f083e6c1db16891ef4fbca0f6051060a81e5 Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Tue, 11 Oct 2022 16:40:01 +0200 Subject: [PATCH] Update action to run on Node 16 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 37cc54e5..96e74ac9 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: