diff --git a/.github/workflows/bp-devtools-ci.yml b/.github/workflows/bp-devtools-ci.yml index 2c7aa4f..c4dee2b 100644 --- a/.github/workflows/bp-devtools-ci.yml +++ b/.github/workflows/bp-devtools-ci.yml @@ -18,10 +18,10 @@ jobs: working-directory: ${{ github.workspace }} strategy: matrix: - node-version: [18] - npm-version: [9] - yarn-version: ['1.22.x'] - pnpm-version: [7] + node-version: [ 18 ] + npm-version: [ 9 ] + yarn-version: [ '1.22.x' ] + pnpm-version: [ 7 ] steps: - name: Checkout [Pull Request] uses: actions/checkout@v2 @@ -117,7 +117,6 @@ jobs: fi - run: | - npx nx workspace-lint npx nx format:check npx nx affected --target lint --parallel 3 npx nx affected --target test --parallel 3 --ci --code-coverage