Skip to content

Commit 684a139

Browse files
committed
chore: use java 17
1 parent 07a5ac7 commit 684a139

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e-nm-react-native-workflow.yml

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38+
- uses: actions/setup-java@v4
39+
with:
40+
distribution: 'temurin'
41+
java-version: '17'
42+
3843
- uses: ./.github/actions/prepare
3944

4045
- name: 'Running the integration test'

0 commit comments

Comments
 (0)