From 9823a00d75a0bfda6a6ff93d256275f0f53ee7a3 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 14 May 2024 13:32:51 +0800 Subject: [PATCH] fix: try fix ci Signed-off-by: Innei --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04ed5fadfb..13da874101 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,7 @@ jobs: run: git lfs checkout - uses: pnpm/action-setup@v4.0.0 - with: - version: 9.x.x + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: