ci: use Node 22 (capacitor/cli requires >=22), refresh lock file
Some checks failed
Android Build & Publish / android (push) Failing after 1m8s
Some checks failed
Android Build & Publish / android (push) Failing after 1m8s
This commit is contained in:
@@ -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 ───────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user