From cea02b47bf782e4c63a1299b13e81c3439c6e73f Mon Sep 17 00:00:00 2001 From: Federico Carboni <48333714+FedericoCarboni@users.noreply.github.com> Date: Sat, 16 Mar 2024 10:57:42 +0100 Subject: [PATCH] revert to node16 node20 could be responsible for #19 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3890027..f59fec8 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: cache-hit: description: A boolean value to indicate whether the tool cache was hit runs: - using: node20 + using: node16 main: dist/index.js