From 7e39488cebd5d1ad55511ffffb0a5a25c9e69789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=89=E8=8F=9C?= <1659488338@qq.com> Date: Fri, 1 Mar 2024 10:37:37 +0800 Subject: [PATCH] CI --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0268f9087..61ae18fa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: 16.x - - name: Install pnpm - uses: pnpm/action-setup@v3 - with: - version: latest + - name: install pnpm + run: npm i pnpm@latest -g - name: setup pnpm config run: pnpm config set store-dir $PNPM_CACHE_FOLDER - name: install dependencies