fix: update Node.js version to 22 in publish job
Some checks failed
构建扩展程序 / 构建扩展程序 (push) Successful in 42s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Failing after 23s

This commit is contained in:
Astrian Zheng 2025-05-28 15:48:13 +10:00
parent 0985edd8ad
commit d80a2211b6
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-node@v2-beta - uses: actions/setup-node@v2-beta
name: 设置 Node.js name: 设置 Node.js
with: with:
node-version: "16.10" node-version: "22"
- name: 安装提交器 - name: 安装提交器
run: |- run: |-