chore: bump Node.js version to 24 in CI workflow

This commit is contained in:
2026-06-08 09:36:01 +08:00
parent db3cbf16e6
commit 2c58f14b8c
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm