Skip to content

Commit 96ba6c4

Browse files
committed
what about this
1 parent ec05cc1 commit 96ba6c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ jobs:
172172
node-version-file: '.nvmrc'
173173
cache: yarn
174174
cache-dependency-path: yarn.lock
175+
- uses: actions/setup-java@v4
176+
with:
177+
distribution: temurin
178+
java-version: '21'
175179
- name: Restore cached node_modules
176180
uses: actions/cache/restore@v4
177181
id: node_modules

0 commit comments

Comments
 (0)