Skip to content

Commit

Permalink
Use Node.js 20 for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 23, 2023
1 parent ea2bd2d commit 2cf7f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
if: ${{ matrix.node-version == 16 }}
if: ${{ matrix.node-version == 20 }}

prettier:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2cf7f60

Please sign in to comment.