diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a54c7953..3e02c7f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,11 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - name: Set up JDK + uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: 17 - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"