Skip to content

Commit

Permalink
node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 10, 2024
1 parent f874749 commit 4178cbf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: Checkout code
uses: actions/checkout@v4

Expand All @@ -37,5 +44,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov
node-version: 20
path-to-lcov: ./coverage.lcov

0 comments on commit 4178cbf

Please sign in to comment.