Skip to content

Commit 2e827b8

Browse files
Merge pull request #4212 from lauraharker:java-21-npm
PiperOrigin-RevId: 713789029
2 parents a126977 + 75615d1 commit 2e827b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ jobs:
9595
needs:
9696
- build-and-test
9797
steps:
98+
- name: Setup Java
99+
# https://github.com/marketplace/actions/setup-java-jdk
100+
uses: actions/setup-java@v4
101+
with:
102+
distribution: zulu
103+
java-version: '21'
104+
java-package: jdk
105+
architecture: x64
106+
98107
- name: Setup Node.js
99108
# https://github.com/marketplace/actions/setup-node-js-environment
100109
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)