From 338c3ef4f74db99e88eaa78106a1788c673f4cb5 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 1 Jun 2023 10:21:28 -0700 Subject: [PATCH] ci: testing on node 19 and 20 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95a440c..e285824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: - 14 - 16 - 18 + - 19 + - 20 steps: - name: Checkout source