From a4d8c2868ce6124ef88fed7b612b47191daabda1 Mon Sep 17 00:00:00 2001 From: Wenty Li <105278450+wenty22@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:03:45 +0800 Subject: [PATCH] chore: Update cicd pnpm version to 9 (#242) * feat: Update docs * docs: Update docs * feat: Reset the route once go to the home view * chore: Update cicd pnpm version to 9 --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index d06c0d43..a471890d 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -18,7 +18,7 @@ runs: uses: pnpm/action-setup@v2 id: pnpm-install with: - version: 8 + version: 9 run_install: false - name: Setup pnpm config