From 8ff7b53b1f9265ad98625d1248b67700035b9e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 27 Apr 2023 00:02:51 +0200 Subject: [PATCH] chore: add tests for Node 20 (#79) --- .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 e228795..f1aa14d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: name: 🧪 Test (Node@${{ matrix.node }}) strategy: matrix: - node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19] + node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19, 20] runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo