Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iliocatallo committed Aug 10, 2024
1 parent af2e5ce commit e67054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run coverage
- uses: coverallsapp/github-action@1.2.4
- uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
publish:
Expand Down

0 comments on commit e67054b

Please sign in to comment.