chore: update Node.js version to 22 in workflows and package.json

This commit is contained in:
Jiaxin Peng
2026-03-04 10:10:41 +00:00
parent ec3d3e85a2
commit 30e34e3f8c
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
- name: Build
id: build

View File

@@ -27,7 +27,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
# - name: Generate changelog
# id: changelog

View File

@@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
- name: Build
id: build