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