fix: some GitHub run action problem (#13991)

This commit is contained in:
Joel
2025-02-19 11:35:19 +08:00
committed by GitHub
parent 19d413ac1e
commit 66747a8eef
151 changed files with 5894 additions and 99 deletions

View File

@@ -88,7 +88,7 @@ jobs:
- name: Web dependencies
if: steps.changed-files.outputs.any_changed == 'true'
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Web style check
if: steps.changed-files.outputs.any_changed == 'true'

View File

@@ -38,7 +38,7 @@ jobs:
cache-dependency-path: 'pnpm-lock.yaml'
- name: Install Dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm test