Skip to content

Commit e153c68

Browse files
authoredFeb 22, 2024··
[chore] Run coveralls CI check on Node 20 not 16 (#2418)
1 parent 587f40f commit e153c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Test Coverage
4141
run: npm run test:coverage
4242
- name: Report test coverage to Coveralls.io
43-
if: matrix.node == '16'
43+
if: matrix.node == '20'
4444
uses: coverallsapp/github-action@master
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.