Skip to content

Commit eef068e

Browse files
committed
node.js 20
1 parent 4178cbf commit eef068e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/coveralls.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212

1313
steps:
1414

15-
- uses: actions/checkout@v3
16-
- name: Use Node.js 20.x
17-
uses: actions/setup-node@v3
18-
with:
19-
node-version: 20.x
20-
2115
- name: Checkout code
2216
uses: actions/checkout@v4
2317

@@ -41,7 +35,7 @@ jobs:
4135
python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/tests.py
4236
4337
- name: Upload coverage to Coveralls
44-
uses: coverallsapp/github-action@master
38+
uses: coverallsapp/github-action@v2
4539
with:
4640
github-token: ${{ secrets.GITHUB_TOKEN }}
4741
path-to-lcov: ./coverage.lcov

0 commit comments

Comments
 (0)