Skip to content

Commit 37deed2

Browse files
authored
chore(ci): add Node v19 to test matrix (mochajs#4974)
1 parent d722d00 commit 37deed2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/mocha.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- 14
4646
- 16
4747
- 18
48+
- 19
4849
steps:
4950
- uses: actions/checkout@v3
5051
- uses: actions/setup-node@v3
@@ -89,6 +90,7 @@ jobs:
8990
- 14
9091
- 16
9192
- 18
93+
- 19
9294
include:
9395
- os: ubuntu-latest
9496
node: 16

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
"bugs": {
2828
"url": "https://github.com/mochajs/mocha/issues/"
2929
},
30-
"funding": {
31-
"type": "opencollective",
32-
"url": "https://opencollective.com/mochajs"
33-
},
3430
"gitter": "https://gitter.im/mochajs/mocha",
3531
"homepage": "https://mochajs.org/",
3632
"logo": "https://cldup.com/S9uQ-cOLYz.svg",

0 commit comments

Comments
 (0)