Skip to content

Commit

Permalink
🤖 add supported version of Java for SonarCloud
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Feb 3, 2024
1 parent 49544a5 commit 5b66053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: npm run pretest
- name: Test
run: NODE_OPTIONS=--experimental-vm-modules npm test
- name: Setup Java (for SonarCloud)
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Download and install sonar-scanner
run: |
mkdir -p $HOME/.sonar \
Expand Down

0 comments on commit 5b66053

Please sign in to comment.