diff --git a/.github/workflows/npm-sonar-analysis.yml b/.github/workflows/npm-sonar-analysis.yml index adf3f032..f3afe63c 100644 --- a/.github/workflows/npm-sonar-analysis.yml +++ b/.github/workflows/npm-sonar-analysis.yml @@ -46,6 +46,12 @@ jobs: with: node-version: ${{ inputs.NODE_VERSION }} + - name: Set up JDK 21 + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '21' + - name: Cache npm dependencies uses: actions/cache@v4 with: