From b2c839c902e083e607068e7dbb801ea12f5da081 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 10 May 2026 02:05:06 +0700 Subject: [PATCH] fix(ci): bump Node to 22 (Capacitor 8 CLI requires >=22) --- android/.github/workflows/build-debug.yml | 4 ++-- android/.github/workflows/release.yml | 4 ++-- android/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/.github/workflows/build-debug.yml b/android/.github/workflows/build-debug.yml index c52e5bb..2a578b5 100644 --- a/android/.github/workflows/build-debug.yml +++ b/android/.github/workflows/build-debug.yml @@ -14,10 +14,10 @@ jobs: with: submodules: recursive - - name: Set up Node 20 + - name: Set up Node 22 uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/android/.github/workflows/release.yml b/android/.github/workflows/release.yml index a074f02..4ef323e 100644 --- a/android/.github/workflows/release.yml +++ b/android/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: with: submodules: recursive - - name: Set up Node 20 + - name: Set up Node 22 uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/android/README.md b/android/README.md index 72a997a..ec6371a 100644 --- a/android/README.md +++ b/android/README.md @@ -31,7 +31,7 @@ and the `