ci: use Node 22 (capacitor/cli requires >=22), refresh lock file
Some checks failed
Android Build & Publish / android (push) Failing after 1m8s

This commit is contained in:
Giancarmine Salucci
2026-05-24 16:36:22 +02:00
parent bfa5797f2b
commit ca75710285
2 changed files with 506 additions and 2 deletions

View File

@@ -25,10 +25,10 @@ jobs:
java-version: '17'
# ── 3. Node.js ───────────────────────────────────────────────────────────
- name: Set up Node 20
- name: Set up Node 22
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: npm
# ── 4. Android SDK ───────────────────────────────────────────────────────