From 47baa57f1c0fc07f54511e2ef323147ab2c51554 Mon Sep 17 00:00:00 2001 From: Anders Date: Fri, 14 Oct 2022 09:02:29 +0200 Subject: [PATCH] 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 c52bd68..e75d9b1 100644 --- a/action.yml +++ b/action.yml @@ -72,5 +72,5 @@ outputs: slack-result: description: "The result from the post to slack" runs: - using: "node12" + using: "node16" main: "dist/index.js"