Skip to content

Commit e3c5604

Browse files
Merge pull request #689 from codecov/feat/gcov
Bump to node16 and small fixes
2 parents d8cf680 + 174efc5 commit e3c5604

15 files changed

+16098
-5743
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 2.2.0
1+
## 3.0.0
2+
### Breaking Changes
3+
- #689 Bump to node16 and small fixes
4+
25
### Features
36
- #688 Incorporate `gcov` arguments for the Codecov uploader
47

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

1326
## 2.1.0
1427
### Features

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ branding:
9090
color: 'red'
9191
icon: 'umbrella'
9292
runs:
93-
using: 'node12'
93+
using: 'node16'
9494
main: 'dist/index.js'

0 commit comments

Comments
 (0)