Skip to content

Commit 18867ec

Browse files
authored
Merge pull request #247 from albe/copilot/upgrade-dependencies-and-check-tests
Update dependencies to newer versions and ensure tests pass
2 parents bc5fb3d + ae59c21 commit 18867ec

File tree

3 files changed

+219
-221
lines changed

3 files changed

+219
-221
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
- run: npm run build --if-present
2929
- run: npm test
3030
- name: Coveralls
31-
uses: coverallsapp/github-action@master
31+
uses: coverallsapp/github-action@v2
3232
with:
3333
github-token: ${{ secrets.github_token }}
34-
flag-name: run-${{ matrix.test_number }}
34+
flag-name: run-${{ matrix.node-version }}
3535
parallel: true
3636

3737
coverage:
3838
runs-on: ubuntu-latest
3939
needs: build
4040
steps:
4141
- name: Coveralls Finished
42-
uses: coverallsapp/github-action@master
42+
uses: coverallsapp/github-action@v2
4343
with:
4444
github-token: ${{ secrets.github_token }}
4545
parallel-finished: true

0 commit comments

Comments
 (0)