diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27b07ad..844aff0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/setup-node@v3 with: cache: npm - - name: Set up JDK 19 + - name: Set up JDK 20 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 19 + java-version: 20 cache: gradle - run: npm ci --ignore-scripts