mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 02:18:25 +08:00
chore: fix missing server files and upgrade to Node 24 actions
This commit is contained in:
@@ -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) ──
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
# 忽略所有隐藏文件和目录
|
||||
.*
|
||||
# 但不忽略示例文件
|
||||
# 但不忽略特定隐藏文件和目录
|
||||
!.env.example
|
||||
!.gitignore
|
||||
!.github/
|
||||
|
||||
# 敏感文件
|
||||
*.pem
|
||||
|
||||
Reference in New Issue
Block a user