From d96defc21888a4024b830fc1816260528fd2c106 Mon Sep 17 00:00:00 2001 From: Anders Date: Tue, 30 Jan 2024 08:54:47 +0100 Subject: [PATCH] Node 16 has reached its end of life --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 932c18b..5bd742d 100644 --- a/action.yml +++ b/action.yml @@ -78,5 +78,5 @@ outputs: slack-result: description: "The result from the post to slack" runs: - using: "node16" + using: "node20" main: "dist/index.js"