修复:用 n 升级 Node.js 到 22,覆盖容器内已有的 Node 20
Android APK 构建 / Build EmbyX-zh APK (push) Failing after 20m10s
Android APK 构建 / Build EmbyX-en APK (push) Failing after 32s
Android APK 构建 / Create GitHub Release (push) Has been skipped

This commit is contained in:
yuming
2026-05-17 15:22:40 +08:00
parent a1722bc39b
commit 174ba237be
+6 -4
View File
@@ -44,8 +44,9 @@ jobs:
- name: Setup Node.js 22
run: |
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs
npm install -g n
n 22
hash -r
node --version
# 动态生成中文版 capacitor.config.jsonwebDir 指向 zh/ 目录)
@@ -121,8 +122,9 @@ jobs:
- name: Setup Node.js 22
run: |
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs
npm install -g n
n 22
hash -r
node --version
# 动态生成英文版 capacitor.config.jsonwebDir 指向 en/ 目录)