Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed Mar 21, 2024
1 parent c87ef44 commit b4898f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:

coverage:
needs: [test]
name: Code Climate Coverage
name: Publish Code Climate Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@master
with:
node-version: "12"
node-version: "20"
- run: npm install -g yarn
- run: yarn install
- run: yarn build
Expand Down

0 comments on commit b4898f8

Please sign in to comment.