From 2e3e69442c38660a6443e8f0d1e2bb1e40a4fa75 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 --- .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