From 34cab5ea360bbd734dc233e5292dd254e7a1e1b3 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Mon, 6 Nov 2023 10:41:42 -0700 Subject: [PATCH] Add Node 21 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 a42611f3f..24647fc21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 21.x] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3