fix(ci): update Node.js version to 24 in CI workflow
CI / Lint, Test, Build (push) Failing after 6s

This commit is contained in:
2026-07-06 18:41:48 +08:00
parent ba88774403
commit a0e203d5f4
+5 -5
View File
@@ -18,6 +18,11 @@ jobs:
SENTRY_UPLOAD_SOURCEMAPS: "0"
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Checkout
uses: actions/checkout@v4
@@ -26,11 +31,6 @@ jobs:
with:
version: 10.30.3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: pnpm install --frozen-lockfile