We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests.yml
1 parent 5db5984 commit a93ccaaCopy full SHA for a93ccaa
.github/workflows/tests.yml
@@ -183,6 +183,13 @@ jobs:
183
- name: Show installed RTK versions
184
run: yarn info @reduxjs/toolkit && yarn why @reduxjs/toolkit
185
186
+ - name: Set up JDK 17 for React Native build
187
+ if: matrix.example == 'react-native' || matrix.example == 'expo'
188
+ uses: actions/setup-java@v2
189
+ with:
190
+ java-version: '17.x'
191
+ distribution: 'temurin'
192
+
193
- name: Build example
194
run: NODE_OPTIONS=--openssl-legacy-provider yarn build
195
0 commit comments