chore: fix pipeline

This commit is contained in:
zernonia 2024-04-24 11:45:39 +08:00
parent 0937fb6af5
commit 042321a3f4
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@ on:
# When a labeled '🚀request-deploy' pull request from forked repo, it will be deploy to Cloudflare Pages # When a labeled '🚀request-deploy' pull request from forked repo, it will be deploy to Cloudflare Pages
- labeled - labeled
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
# eslint-disable-next-line yml/no-empty-mapping-value
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@ -60,7 +59,7 @@ jobs:
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 9.0.5
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory

View File

@ -29,7 +29,7 @@ jobs:
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
name: Install pnpm name: Install pnpm
with: with:
version: 8 version: 9.0.5
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory