From 87396495165f89fe7cc7a327f02bbddba5736b4d Mon Sep 17 00:00:00 2001 From: Sarah Jiang Date: Mon, 8 May 2023 18:47:10 +0000 Subject: [PATCH] Add node v18.x, v20.x to ci test strategy (#1623) --- .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