From 0c816e88357544f3686f1bb98b2b124c31d761dc Mon Sep 17 00:00:00 2001 From: Andrew Fischer Date: Wed, 1 Nov 2023 16:52:40 -0700 Subject: [PATCH] ci: add node20 to ci Ticket: VL-0 --- .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 c9aa93a1e2..97e2c37d0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v4