We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d722d00 commit 37deed2Copy full SHA for 37deed2
.github/workflows/mocha.yml
@@ -45,6 +45,7 @@ jobs:
45
- 14
46
- 16
47
- 18
48
+ - 19
49
steps:
50
- uses: actions/checkout@v3
51
- uses: actions/setup-node@v3
@@ -89,6 +90,7 @@ jobs:
89
90
91
92
93
94
include:
95
- os: ubuntu-latest
96
node: 16
package.json
@@ -27,10 +27,6 @@
27
"bugs": {
28
"url": "https://github.com/mochajs/mocha/issues/"
29
},
30
- "funding": {
31
- "type": "opencollective",
32
- "url": "https://opencollective.com/mochajs"
33
- },
34
"gitter": "https://gitter.im/mochajs/mocha",
35
"homepage": "https://mochajs.org/",
36
"logo": "https://cldup.com/S9uQ-cOLYz.svg",
0 commit comments