From 163efc0307f9b7ddda6652dcd12e6fcd5d430180 Mon Sep 17 00:00:00 2001 From: Teun Mooij Date: Tue, 12 Sep 2023 21:16:15 +0200 Subject: [PATCH] update runner to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 911097e..419987a 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: sha: description: "The sha of the release" runs: - using: "node16" + using: "node20" main: "dist/index.js"