Skip to content

Commit

Permalink
Merge pull request #301 from ngarbezza/renovate/paambaati-codeclimate…
Browse files Browse the repository at this point in the history
…-action-9.x

Update paambaati/codeclimate-action action to v9
  • Loading branch information
ngarbezza authored Aug 23, 2024
2 parents e59660f + 2a5085d commit 3f75a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CI: true
- if: matrix.node-version == '20.x'
name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v8.0.0
uses: paambaati/codeclimate-action@v9.0.0
with:
coverageCommand: npm run test:coverage
coverageLocations: ${{github.workspace}}/reports/coverage/lcov.info:lcov
Expand Down

0 comments on commit 3f75a14

Please sign in to comment.