chore: 添加 CI 并发控制,更新 Node.js 版本要求

This commit is contained in:
2026-03-09 20:00:01 +08:00
parent 436d58be52
commit d2a3d32376
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: learn-languages name: learn-languages
concurrency:
limit: 1
platform: platform:
os: linux os: linux

View File

@@ -45,7 +45,7 @@
### 前置要求 ### 前置要求
- Node.js 23+ - Node.js 24+
- PostgreSQL 14+ - PostgreSQL 14+
- pnpm 8+ (推荐) 或 npm/yarn - pnpm 8+ (推荐) 或 npm/yarn