feat: 修改github actions

This commit is contained in:
zyronon
2025-08-10 17:43:28 +08:00
parent 304736a085
commit d9440227d8
2 changed files with 973 additions and 1539 deletions

View File

@@ -31,16 +31,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: npm install
run: pnpm install
- name: Build
run: npm run build
run: pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v4

2502
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff