build!: Bump Node.js to 22.12.0 (#10726)

BREAKING CHANGE: Node.js 22.12.0 or above is required.
This commit is contained in:
Jiralite
2025-01-26 14:56:39 +00:00
committed by GitHub
parent 9b8b0f828c
commit 3db8ce70a2
48 changed files with 456 additions and 624 deletions

View File

@@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0
- name: Install Node.js v20
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
uses: ./packages/actions/src/pnpmCache