We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dd8b4 commit e9a8353Copy full SHA for e9a8353
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: ${{ matrix.node }}
21
- run: npm install
22
- run: npm test
23
- - uses: coverallsapp/github-action@v1.1.2
+ - uses: coverallsapp/github-action@1.1.3
24
if: matrix.node == 12
25
with:
26
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments