From 74ab1a4c87a8d0eee29b70342a443dbc2d47c62a Mon Sep 17 00:00:00 2001 From: josc146 Date: Fri, 16 Feb 2024 15:53:30 +0800 Subject: [PATCH] update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 26ea30b..1008454 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ outputs: formattedTime: description: "The time this action was run - formatted using `format` and `utcOffset` input" runs: - using: "node16" + using: "node20" main: "dist/index.js"