Skip to content

Commit

Permalink
Use Node20 in ghActions
Browse files Browse the repository at this point in the history
  • Loading branch information
orsiemilio committed Feb 15, 2024
1 parent 2642964 commit cf16ac5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
run: npm run test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
node-version: '20'
env:
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
slug: orsiemilio/JsonShapeShifter

0 comments on commit cf16ac5

Please sign in to comment.