From 9465dd2cc75c82572b5c4df828de1f72575c6cce Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 3 Oct 2023 12:21:10 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 471e2fa..7d8b3b1 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: required: false default: 'false' runs: - using: node20 + using: node18 main: dist/index.js post: dist/index.js