From 1cc99932f4ceb1220ce9371405d84f18add84ae8 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Tue, 28 May 2024 18:30:16 +0100 Subject: [PATCH] node 20 (#529) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8fdc69b..00de6ae 100644 --- a/action.yml +++ b/action.yml @@ -65,5 +65,5 @@ inputs: Will be used only for pull requests. default: "/hold" runs: - using: node16 + using: node20 main: dist/index.js