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 ec05cc1 commit 6e7b6faCopy full SHA for 6e7b6fa
.github/workflows/runtime_build_and_test.yml
@@ -23,6 +23,7 @@ env:
23
TZ: /usr/share/zoneinfo/America/Los_Angeles
24
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
25
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1
26
+ JAVA_HOME: ${{ env.JAVA_HOME_21_X64 }}
27
28
jobs:
29
# ----- NODE_MODULES CACHE -----
@@ -172,6 +173,10 @@ jobs:
172
173
node-version-file: '.nvmrc'
174
cache: yarn
175
cache-dependency-path: yarn.lock
176
+ - uses: actions/setup-java@v4
177
+ with:
178
+ distribution: temurin
179
+ java-version: '21'
180
- name: Restore cached node_modules
181
uses: actions/cache/restore@v4
182
id: node_modules
0 commit comments