From 19f393df16cb09284484fb49bf678004bf50896a Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Thu, 30 May 2024 22:31:53 +0200 Subject: [PATCH] Upgrade action to run on node20 (#70) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 206c2f2..abf28a0 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: tag: description: Git tag name runs: - using: node16 + using: node20 main: main.js