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.
1 parent c720b1f commit ca63c90Copy full SHA for ca63c90
.github/workflows/test.yml
@@ -160,6 +160,13 @@ jobs:
160
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
161
run: yarn info react-redux && yarn why react-redux
162
163
+ - name: Set up JDK 17 for React Native build
164
+ if: matrix.example == 'react-native'
165
+ uses: actions/setup-java@v4
166
+ with:
167
+ java-version: '17.x'
168
+ distribution: 'temurin'
169
+
170
- name: Build example
171
172
run: NODE_OPTIONS=--openssl-legacy-provider yarn build
0 commit comments