From a93ccaa45ae758e74d16b830e02963b4c372aae0 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Sun, 17 Dec 2023 09:12:44 -0600 Subject: [PATCH] Update `tests.yml` file --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa0470566c..e8738a3434 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -183,6 +183,13 @@ jobs: - name: Show installed RTK versions run: yarn info @reduxjs/toolkit && yarn why @reduxjs/toolkit + - name: Set up JDK 17 for React Native build + if: matrix.example == 'react-native' || matrix.example == 'expo' + uses: actions/setup-java@v2 + with: + java-version: '17.x' + distribution: 'temurin' + - name: Build example run: NODE_OPTIONS=--openssl-legacy-provider yarn build