diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 916b4cf..ac2ea0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: node-version: [14.x, 15.x, 16.x, 17.x] steps: - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -33,9 +34,9 @@ jobs: with: node-version: '17' - run: npm ci - - uses: paambaati/codeclimate-action@v3.2.0 + - uses: paambaati/codeclimate-action@v env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageCommand: npm run test:coverage - coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov + coverageLocations: ${{github.workspace}}/coverage/lcov.info