We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
alexandresaiz
lpinca
Learn more about funding links in repositories.
Report abuse
1 parent c8f1a9d commit 086fc02Copy full SHA for 086fc02
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: ${{ matrix.node }}
22
- run: npm install
23
- run: npm test
24
- - uses: coverallsapp/github-action@v1.1.2
+ - uses: coverallsapp/github-action@1.1.3
25
if: matrix.node == 16
26
with:
27
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments