From fcf8b9744faafe0bb9b5394181e8c8dd870af1a4 Mon Sep 17 00:00:00 2001 From: pecasha Date: Tue, 2 Jul 2024 17:56:28 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9A=84NodeJS=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index cfeec07..781bd80 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" cache: "pnpm" cache-dependency-path: "pnpm-lock.yaml" - name: Install Dependencies