From 36191588423b6515796475cc1d449d5b005e2e27 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 4 Feb 2024 11:39:08 +0200 Subject: [PATCH] Upgrade to LTS node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 028e73f..a2a8e88 100644 --- a/action.yml +++ b/action.yml @@ -35,5 +35,5 @@ inputs: description: the github access token to be used to access the config file using other github_configuration_* parameters. can differ from GITHUB_TOKEN. defaults to GITHUB_TOKEN required: false runs: - using: node16 + using: node20 main: dist/index.js