ci: update Node.js version to 23 in build workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-20 20:11:17 +08:00
parent 521a9edb86
commit 89e386593c
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
- name: Install dependencies
run: npm install