From 042321a3f466e3f4c9c76991e8176b6e4c7093c4 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 24 Apr 2024 11:45:39 +0800 Subject: [PATCH] chore: fix pipeline --- .github/workflows/publish.yaml | 3 +-- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9d347542..cd369438 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,6 @@ on: # When a labeled '🚀request-deploy' pull request from forked repo, it will be deploy to Cloudflare Pages - labeled # Allows you to run this workflow manually from the Actions tab - # eslint-disable-next-line yml/no-empty-mapping-value workflow_dispatch: permissions: @@ -60,7 +59,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 8 + version: 9.0.5 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f1a7f7de..f9eeeb2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 8 + version: 9.0.5 run_install: false - name: Get pnpm store directory