From 7641b8ce8a696c624b2b3331a1ba63951ff7db0d Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 20 Dec 2024 02:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=B0=86=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=BB=8E=20Node=2016=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=BA=20Node=2020?= 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 bb78b39..9f35eea 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,6 @@ outputs: description: 'action-demo' runs: - using: node16 + using: node20 main: 'dist/index.js'