From 9ef76363712de8a59ca5315f5f85cd001f4f87b1 Mon Sep 17 00:00:00 2001 From: fonghehe <331002675@qq.com> Date: Wed, 27 Aug 2025 15:40:34 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9workflow=20=E7=9A=84?= =?UTF-8?q?=20node=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62e6288..8d285b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: yarn - run: yarn install --frozen-lockfile