From 68ff3a04a1108cadec47e92b790000d6fb85a3f5 Mon Sep 17 00:00:00 2001 From: Clover You <50982977+clover-you@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:17:34 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 663311f..7a779b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,13 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 + with: + version: 9.14.2 - name: Set node version to LTS uses: actions/setup-node@v2 with: node-version: 22 - version: 9 cache: 'pnpm' - run: pnpm install