diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1fafcf64..079f4041 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -69,7 +69,7 @@ jobs: fetch-depth: 1 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" diff --git a/.github/workflows/tests_e2e.yml b/.github/workflows/tests_e2e.yml index 6ddde884..20dd6a25 100644 --- a/.github/workflows/tests_e2e.yml +++ b/.github/workflows/tests_e2e.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "yarn-cache-dir-path=$(yarn cache dir)" >> $GITHUB_OUTPUT @@ -66,12 +66,6 @@ jobs: distribution: 'temurin' java-version: '17' - - name: Verify JDK - # Default JDK varies depending on different runner flavors, make we get expected version - # Run a check that exits with error unless it is 11 version to future-proof against unexpected upgrades - run: java -fullversion 2>&1 | grep '17.0' - shell: bash - - name: Build Android App uses: nick-fields/retry@v2 with: @@ -85,7 +79,7 @@ jobs: # ------------------ ios: name: iOS - runs-on: macos-13 + runs-on: macos-latest # TODO matrix across APIs, at least 10 and 13 (lowest to highest) timeout-minutes: 60 steps: @@ -95,7 +89,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: maxim-lobanov/setup-xcode@v1 with: