From b8ae385f5acf7cc8305bced4e937ad04e98ecc0b Mon Sep 17 00:00:00 2001 From: belitre <3584328+belitre@users.noreply.github.com> Date: Tue, 28 May 2024 19:27:10 +0200 Subject: [PATCH] feat: test node20 changes --- 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