Skip to content

Commit

Permalink
πŸ— πŸ› try fix code coverage failing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Sep 13, 2023
1 parent b5e0c56 commit 2d45869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: yarn install
- uses: paambaati/codeclimate-action@v3.0.0
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 2d45869

Please sign in to comment.