From ae7dbbf980dd974225d52e3885cdefc53fcd1b66 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 4 May 2023 09:05:57 +0200 Subject: [PATCH] Add Node.js 20 testing in CI --- .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 669583542..acfc16571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [18.x, 20.x] steps: