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 c60dbb6 commit c10d15fCopy full SHA for c10d15f
.github/workflows/linting.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Configure JDK 1.11
27
uses: actions/setup-java@v2
28
with:
29
- distribution: 'adopt'
+ distribution: 'temurin'
30
java-version: '11'
31
- name: Get yarn cache directory path
32
id: yarn-cache-dir-path
.github/workflows/tests_e2e_android.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
# Set path variables needed for caches
0 commit comments