fix: Solidified build environment

This commit is contained in:
Gabe
2025-11-12 23:37:40 +08:00
parent cc31a8004a
commit f70266197e
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
version: latest
- uses: actions/setup-node@v4
with:
node-version: "25.1.0"
node-version: 24
cache: "pnpm"
- run: pnpm install
- run: pnpm build+zip