From d4bba701c8a7e6b05be9891aca71f88e4bb8f009 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:31:50 -0700 Subject: [PATCH] Add Node 20 to CI, remove Node 19 --- .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 3f87a73e09440..75c5fac85e8c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: node-version: - - "19" + - "20" - "18" - "16" - "14"