From e18c93511b5e8b02597b449f5fc84f9390b5c33f Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 2 May 2023 16:50:24 -0700 Subject: [PATCH] Add Node 20 to CI, remove Node 19 (#53897) --- .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 3f87a73e094..75c5fac85e8 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"