Skip to content

Commit

Permalink
Note node>=18 expectation and try to fix codecov upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jun 15, 2024
1 parent 9112fdb commit 08e5890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Generate coverage report
run: npm run coverage-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
file: ./coverage/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"webpack": "^5.75.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"test": "npm run test-node",
Expand Down

0 comments on commit 08e5890

Please sign in to comment.