ci: use node 24 in build workflow #4

Merged
siujamo merged 1 commits from develop into main 2026-06-15 17:03:07 +08:00
Showing only changes of commit 782974f96d - Show all commits
+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