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

View File

@@ -13,7 +13,7 @@
"author": "Jiaxin PENG",
"license": "GNU GPLv3",
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^22.11.3",
"@types/yaml-front-matter": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",