From f382ef3a892248e19264dd3d0e7413d083c3401f Mon Sep 17 00:00:00 2001 From: Anders Date: Tue, 30 Jan 2024 08:59:40 +0100 Subject: [PATCH] Node 16 has reached its end of life (#74) --- 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"