We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7f1f commit 74bf402Copy full SHA for 74bf402
.github/workflows/build-and-test.yml
@@ -24,7 +24,7 @@ jobs:
24
npm run lint
25
npm run test -- -- --coverage
26
- name: Coveralls GitHub Action
27
- uses: coverallsapp/github-action@v2.3.0
+ uses: coverallsapp/github-action@v2.3.4
28
with:
29
github-token: ${{ secrets.GITHUB_TOKEN }}
30
base-path: ./packages/purgecss
0 commit comments