From c22862ab553ab55e3191caf364fdf76f51671b3f Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Wed, 23 Oct 2024 14:19:52 +0200 Subject: [PATCH] fix(action): revert to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 016c708..4bbdd7b 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: required: false runs: - using: node22 + using: node20 main: dist/index.js