Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
orangeawa committed Sep 3, 2024
1 parent 57df569 commit 31919f7
Show file tree
Hide file tree
Showing 2 changed files with 8,321 additions and 6,239 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-
- uses: pnpm/action-setup@v2.2.1
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
run_install: |
args: [--frozen-lockfile, --strict-peer-dependencies]
version: 8.7.5 # 可以根据需要调整为最新的稳定版本

- name: Install dependencies
run: pnpm install --frozen-lockfile --strict-peer-dependencies
timeout-minutes: 10

- name: Codegen
Expand Down
Loading

0 comments on commit 31919f7

Please sign in to comment.