chore: fix missing server files and upgrade to Node 24 actions

This commit is contained in:
wizardchen
2026-04-11 19:14:30 +08:00
committed by lyingbug
parent ae95cb1a7a
commit 20ec1be854
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ permissions:
env:
GO_VERSION: "1.24"
NODE_VERSION: "22"
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
# ── 1. Build frontend once, share as artifact (for Web CLI) ──