Skip to content

Commit

Permalink
chore(ci): add Node v19 to test matrix (#4974)
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Mar 30, 2023
1 parent d722d00 commit 37deed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mocha.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
- 14
- 16
- 18
- 19
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
- 14
- 16
- 18
- 19
include:
- os: ubuntu-latest
node: 16
Expand Down
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -27,10 +27,6 @@
"bugs": {
"url": "https://github.com/mochajs/mocha/issues/"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mochajs"
},
"gitter": "https://gitter.im/mochajs/mocha",
"homepage": "https://mochajs.org/",
"logo": "https://cldup.com/S9uQ-cOLYz.svg",
Expand Down

0 comments on commit 37deed2

Please sign in to comment.