diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0337e983..1464b8206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,12 @@ jobs: - '8.56' - '8' - '9' + + include: + - executeLint: true + node: 20 + os: ubuntu-latest + runs-on: ${{ matrix.os }} steps: - name: Checkout Repo @@ -65,7 +71,7 @@ jobs: EFF_NO_LINK_RULES: true PARSER_NO_WATCH: true SKIP_YARN_COREPACK_CHECK: 1 - if: ${{ matrix.node == 20 }} + if: ${{ matrix.executeLint }} - name: Codecov uses: codecov/codecov-action@v3