From 242167ab68cd5c121fc11352570a22c8c78ea121 Mon Sep 17 00:00:00 2001 From: Sarah Jiang Date: Mon, 8 May 2023 11:12:12 -0700 Subject: [PATCH] Add node v18.x, v20.x to ci test strategy --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a49791fe3..4c77e1caa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2