From 87904c163941ae6c940d9a32baf75ed3106163bd Mon Sep 17 00:00:00 2001 From: Iiro Niinikoski Date: Mon, 8 Jul 2024 11:51:59 +0300 Subject: [PATCH 1/2] Bump Node to version 20. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 135d0af..cbb33d3 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ outputs: teller-version: description: "The Teller version that was installed." runs: - using: "node16" + using: "node20" main: "main.js" From 60db411482734a566a3ae81160f2ac23ac15e2fe Mon Sep 17 00:00:00 2001 From: Iiro Niinikoski Date: Mon, 8 Jul 2024 11:53:48 +0300 Subject: [PATCH 2/2] Trigger a CI run.