From 52352c1b9c26c801870324c8b37f9228ed98a855 Mon Sep 17 00:00:00 2001 From: William Wang Date: Wed, 13 Sep 2023 21:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f6ad885..9fa815c 100755 --- a/action.yml +++ b/action.yml @@ -66,6 +66,6 @@ outputs: description: 'Builder node flags (deprecated, use nodes output instead)' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js'