From d228c3665c3813edc0be188fc4acdbbba4a9759c Mon Sep 17 00:00:00 2001 From: StarHeart Date: Thu, 4 Sep 2025 21:05:07 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI:=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E6=96=87=E6=A1=A3=E6=9E=84=E5=BB=BA=20node=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20(#3668)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-node/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index e526c239..1f31f253 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -6,8 +6,8 @@ runs: steps: - uses: actions/setup-node@v5 with: - node-version: "18" - cache: "yarn" + node-version: lts/* + cache: yarn - run: yarn install --frozen-lockfile shell: bash