diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac2ea0d..fdf079a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,6 @@ on: jobs: build: - name: build/node ${{ matrix.node }} runs-on: ubuntu-latest strategy: matrix: @@ -34,9 +33,9 @@ jobs: with: node-version: '17' - run: npm ci - - uses: paambaati/codeclimate-action@v + - uses: paambaati/codeclimate-action@v3.2.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageCommand: npm run test:coverage - coverageLocations: ${{github.workspace}}/coverage/lcov.info + coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov