From e5e77d28fcfce09685bcd8d3a68cc9c2a0207142 Mon Sep 17 00:00:00 2001 From: Mateusz Budzisz Date: Mon, 12 May 2025 21:05:08 +0200 Subject: [PATCH] revert node bump --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f19be46..0c60638 100644 --- a/action.yml +++ b/action.yml @@ -71,5 +71,5 @@ inputs: True to cache downloads. default: true runs: - using: 'node24' + using: 'node20' main: 'dist/index.js'