From 80af5d6fa6c58de8385c8016b6eb1d68a98f6ef5 Mon Sep 17 00:00:00 2001 From: Corey Worrell Date: Fri, 26 Jan 2024 10:15:34 -0800 Subject: [PATCH] Update to Node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index afd33da..a46be9a 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ outputs: timestamp: description: 'Latest tag timestamp' runs: - using: 'node16' + using: 'node20' main: 'main.js'