From d9d3de7ac0e4e6ea35bf5a1c7df6afac6d088828 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 25 Oct 2022 11:30:10 +0200 Subject: [PATCH] Bump nodejs to 16 node12 is deprecated and will stop working in summer 2023 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Itxaka --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9d33a1e..a691db04 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: description: "Silence all stderr output" default: "false" runs: - using: "node12" + using: "node16" main: "dist/main/index.js" post: "dist/post/index.js" post-if: success()