From 13f03f3df75e4340401cb0b154f8beb5e4c00cc2 Mon Sep 17 00:00:00 2001 From: Kasper Andersson Date: Tue, 4 Feb 2025 19:52:21 +0100 Subject: [PATCH] chore: update to use Node20 --- buildtask/SlackNotification/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtask/SlackNotification/task.json b/buildtask/SlackNotification/task.json index 2e480d9..a4f11b4 100644 --- a/buildtask/SlackNotification/task.json +++ b/buildtask/SlackNotification/task.json @@ -263,7 +263,7 @@ ], "instanceNameFormat": "Post Slack Notification", "execution": { - "Node10": { + "Node20": { "target": "slacknotification.js", "argumentFormat": "" }