Skip to content

Commit 3313486

Browse files
Updated dependencies
1 parent e431601 commit 3313486

File tree

3 files changed

+1497
-1861
lines changed

3 files changed

+1497
-1861
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run coverage:node
5454

5555
- name: Send code coverage results to Coveralls
56-
uses: coverallsapp/github-action@v1.0.1
56+
uses: coverallsapp/github-action@v1.1.0
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
parallel: true
@@ -94,7 +94,7 @@ jobs:
9494
cat coverage/*/lcov.info > ./coverage/lcov.info
9595
9696
- name: Send code coverage results to Coveralls
97-
uses: coverallsapp/github-action@v1.0.1
97+
uses: coverallsapp/github-action@v1.1.0
9898
with:
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
parallel: true
@@ -108,7 +108,7 @@ jobs:
108108
- browser_tests
109109
steps:
110110
- name: Let Coveralls know that all tests have finished
111-
uses: coverallsapp/github-action@v1.0.1
111+
uses: coverallsapp/github-action@v1.1.0
112112
with:
113113
github-token: ${{ secrets.GITHUB_TOKEN }}
114114
parallel-finished: true

0 commit comments

Comments
 (0)