Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6a7cdff

Browse files
Updated dependencies
1 parent 2d3c9e1 commit 6a7cdff

File tree

3 files changed

+4565
-3209
lines changed

3 files changed

+4565
-3209
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run coverage
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
@@ -65,7 +65,7 @@ jobs:
6565
needs: test
6666
steps:
6767
- name: Let Coveralls know that all tests have finished
68-
uses: coverallsapp/github-action@v1.0.1
68+
uses: coverallsapp/github-action@v1.1.0
6969
with:
7070
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
parallel-finished: true

0 commit comments

Comments
 (0)