build(workflow): 更新Node.js版本到22.x

将GitHub Actions工作流中的Node.js版本从20.x升级到22.x,
以使用最新的稳定版Node.js环境进行构建和测试。
This commit is contained in:
log1997
2025-12-02 17:27:22 +08:00
parent 919cbc37d7
commit d65e02cce9

View File

@@ -15,7 +15,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [20.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: