Skip to content

Commit 0c9b668

Browse files
committed
Add setup-java action to integration
1 parent 2079b67 commit 0c9b668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ jobs:
188188
node-version: ${{ matrix.node-version }}
189189
cache: npm
190190
cache-dependency-path: npm-shrinkwrap.json
191+
- name: Setup Java JDK
192+
uses: actions/setup-java@v3.3.0
193+
with:
194+
java-version: 21
195+
distribution: temurin
191196
- name: Setup Chrome
192197
uses: browser-actions/setup-chrome@v1.7.2
193198
with:

0 commit comments

Comments
 (0)