diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b1eff..33bb923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,9 @@ jobs: - name: Install Node.js dependencies run: npm ci - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: + distribution: "zulu" java-version: ${{ env.JAVA_VERSION }} - name: Copy web assets to native platform run: npx ionic capacitor copy android --no-build