Skip to content

Commit bc57306

Browse files
Updated dependencies
1 parent 837de70 commit bc57306

File tree

3 files changed

+693
-586
lines changed

3 files changed

+693
-586
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run coverage:node
5757

5858
- name: Send code coverage results to Coveralls
59-
uses: coverallsapp/github-action@v1.0.1
59+
uses: coverallsapp/github-action@v1.1.0
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
parallel: true
@@ -100,7 +100,7 @@ jobs:
100100
cat coverage/*/lcov.info > ./coverage/lcov.info
101101
102102
- name: Send code coverage results to Coveralls
103-
uses: coverallsapp/github-action@v1.0.1
103+
uses: coverallsapp/github-action@v1.1.0
104104
with:
105105
github-token: ${{ secrets.GITHUB_TOKEN }}
106106
parallel: true
@@ -114,7 +114,7 @@ jobs:
114114
- browser_tests
115115
steps:
116116
- name: Let Coveralls know that all tests have finished
117-
uses: coverallsapp/github-action@v1.0.1
117+
uses: coverallsapp/github-action@v1.1.0
118118
with:
119119
github-token: ${{ secrets.GITHUB_TOKEN }}
120120
parallel-finished: true

0 commit comments

Comments
 (0)