From 12971751f5782a5a1c9a9f79032e2bdb4c540732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:26:19 +0800 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3014b41..80b608b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: "20.x" - name: Install pnpm run: npm install -g pnpm @@ -37,7 +37,7 @@ jobs: - name: Clean and Install Dependencies run: | - sudo pnpm install + pnpm install - name: Building