Skip to content

Commit 1c3ea60

Browse files
committed
Set up Java on Windows runners
1 parent bf52635 commit 1c3ea60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25+
- uses: actions/setup-java@v4
26+
with:
27+
distribution: 'temurin'
28+
java-version: '17'
2529
- name: Install Node Modules
2630
uses: bahmutov/npm-install@v1
2731
with:

0 commit comments

Comments
 (0)