From 73d9a26960ac284793377e04ce568f3b115af2de Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:29:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Drop=20Node.js=2014=20and=20add?= =?UTF-8?q?=20Node.js=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to the Node.js [release schedule][1]: - v14 will be end-of-lifed on 30 April - v20 has been released This change drops v14 from our test matrix, and adds v20. [1]: https://nodejs.dev/en/about/releases/ --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad4d2af..bd4a519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,9 @@ jobs: fail-fast: false matrix: node: - - 14 - 16 - 18 + - 20 mongodb: - 4.0 - 4.2