Skip to content

Commit

Permalink
Actualización a node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 10, 2024
1 parent 29ca9e6 commit 3857b47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
pip install pytest-cov
python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/tests.py
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 3857b47

Please sign in to comment.