From 8b7154687cb57e4516afc41a4da0fb58df943e1e Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Wed, 3 Apr 2024 10:22:07 -0400 Subject: [PATCH] ci: remove node 19 and add node 21 --- .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 5f196335a..85aabf56c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - node-version: [18, 19, 20] + node-version: [18, 20, 21] system: - os: ubuntu-22.04 runs-on: ${{ matrix.system.os }}