chore(ci):upgrade the node version from 22 to 24 (#5063)

* chore(ci):upgrade the node version from 22 to 24
This commit is contained in:
Willem Jiang 2026-08-27 17:48:04 +08:00 committed by GitHub
parent bdd68469c1
commit b1b3a31ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
- name: Enable Corepack
run: corepack enable

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
- name: Enable Corepack
run: corepack enable

View File

@ -75,7 +75,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
- name: Enable Corepack
run: corepack enable

View File

@ -89,7 +89,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "24"
- name: Enable Corepack
run: corepack enable
- name: Use pinned pnpm version