You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_From Ubuntu 20.04 runners, the default version of Java is 11, so you need to specify it to 8(1.8), due to the requirement of cordova, but will be removed in future releases. See [here](), and [here](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#java-development-kit-jdk)_
42
+
### caching
28
43
29
-
```
30
-
- name: Set up JDK 1.8
31
-
uses: actions/setup-java@v1
32
-
with:
33
-
java-version: 1.8
34
-
```
44
+
- Automatically restores/saves caches for:
45
+
-`node_modules` keyed by lockfile
46
+
- Gradle caches and wrapper
47
+
- CocoaPods caches (macOS) and `ios/Pods`
48
+
- Android SDK directory keyed by installed platforms/build-tools
0 commit comments