From 0ba2490197dbe6b092e85dee7a45f2e6b50789a4 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 25 Jul 2024 10:50:35 +0200 Subject: [PATCH] CI: Add Node.js 18 and 20 to the test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77329eba..2c8a9f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v4.1.7