diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 407a63a58..6285c91e8 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: true matrix: - version: [18] + version: [20] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -49,14 +49,14 @@ jobs: env: CI: true - name: Save Coverage Results - if: matrix.version == 18 + if: matrix.version == 20 uses: actions/upload-artifact@v4 with: name: coverage-app path: ${{ github.workspace }}/app/coverage retention-days: 1 - name: Monitor Coverage - if: "matrix.version == 18 && ! github.event.pull_request.head.repo.fork" + if: "matrix.version == 20 && ! github.event.pull_request.head.repo.fork" uses: slavcodev/coverage-monitor-action@v1 with: comment_mode: update @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: true matrix: - version: [18] + version: [20] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -106,14 +106,14 @@ jobs: env: CI: true - name: Save Coverage Results - if: matrix.version == 18 + if: matrix.version == 20 uses: actions/upload-artifact@v4 with: name: coverage-frontend path: ${{ github.workspace }}/app/frontend/coverage retention-days: 1 - name: Monitor Coverage - if: "matrix.version == 18 && ! github.event.pull_request.head.repo.fork" + if: "matrix.version == 20 && ! github.event.pull_request.head.repo.fork" uses: slavcodev/coverage-monitor-action@v1 with: comment_mode: update