Merge pull request 'ci: use node 24 in build workflow' (#4) from develop into main
Build and Deploy / Build release archive (release) Failing after 35s
Build and Deploy / Upload to Gitea Release (release) Has been skipped
Build and Deploy / Deploy to onixbyte.cn (release) Has been skipped

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-06-15 17:03:07 +08:00
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 24
cache: pnpm cache: pnpm
- name: Setup pnpm - name: Setup pnpm