Skip to content

Commit

Permalink
Use Node v18 and JDK v17 in CI (#240)
Browse files Browse the repository at this point in the history
* Use Node v18 in CI
* Use JDK v17 in CI
  • Loading branch information
fpoli authored Nov 1, 2023
1 parent e9b368b commit 3dfa771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '15'
java-version: '17'
distribution: 'zulu'

- name: Install NPM dependencies
Expand Down

0 comments on commit 3dfa771

Please sign in to comment.