From 37deed262d4bc0788d32c66636495d10038ad398 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:52:22 +0200 Subject: [PATCH] chore(ci): add Node v19 to test matrix (#4974) --- .github/workflows/mocha.yml | 2 ++ package.json | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index db5d7b2c70..4acb0f9d8f 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -45,6 +45,7 @@ jobs: - 14 - 16 - 18 + - 19 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -89,6 +90,7 @@ jobs: - 14 - 16 - 18 + - 19 include: - os: ubuntu-latest node: 16 diff --git a/package.json b/package.json index 11c00b2bfb..3c19d70709 100644 --- a/package.json +++ b/package.json @@ -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",