Skip to content

Commit 2bbd619

Browse files
CHANGE(DevOps): @W-16094414@: Make production-heartbeat job use java 11 (#1521)
1 parent df5b118 commit 2bbd619

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/production-heartbeat.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node }}
29+
- uses: actions/setup-java@v4
30+
with:
31+
distribution: 'temurin'
32+
java-version: '11'
2933
- run: mkdir smoke-test-results
3034

3135
# === Set our environment variables, either using default values or the repo's secrets ===

0 commit comments

Comments
 (0)