Skip to content

Commit

Permalink
setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Jul 15, 2023
1 parent 4a5e352 commit 8fc9d92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
node-version: [16.x, 18.x]
java-version: [ '17' ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Use microsoft Java ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: ${{ matrix.java-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8fc9d92

Please sign in to comment.