Skip to content

Commit

Permalink
Merge pull request #689 from codecov/feat/gcov
Browse files Browse the repository at this point in the history
Bump to node16 and small fixes
  • Loading branch information
thomasrockhu-codecov committed Apr 5, 2022
2 parents d8cf680 + 174efc5 commit e3c5604
Show file tree
Hide file tree
Showing 15 changed files with 16,098 additions and 5,743 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,7 @@
## 2.2.0
## 3.0.0
### Breaking Changes
- #689 Bump to node16 and small fixes

### Features
- #688 Incorporate `gcov` arguments for the Codecov uploader

Expand All @@ -8,7 +11,17 @@
- #628 build(deps): bump node-fetch from 2.6.1 to 3.1.1
- #634 build(deps): bump node-fetch from 3.1.1 to 3.2.0
- #636 build(deps): bump openpgp from 5.0.1 to 5.1.0
- #652 build(deps-dev): bump @vercel/ncc from 0.30.0 to 0.33.3
- #653 build(deps-dev): bump @types/node from 16.11.21 to 17.0.18
- #659 build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1
- #667 build(deps): bump actions/checkout from 2 to 3
- #673 build(deps): bump node-fetch from 3.2.0 to 3.2.3
- #683 build(deps): bump minimist from 1.2.5 to 1.2.6
- #685 build(deps): bump @actions/github from 5.0.0 to 5.0.1
- #681 build(deps-dev): bump @types/node from 17.0.18 to 17.0.23
- #682 build(deps-dev): bump typescript from 4.5.5 to 4.6.3
- #676 build(deps): bump @actions/exec from 1.1.0 to 1.1.1
- #675 build(deps): bump openpgp from 5.1.0 to 5.2.1

## 2.1.0
### Features
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -90,5 +90,5 @@ branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit e3c5604

Please sign in to comment.