diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 74a86982..88bad0d1 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x] + node-version: [16.x, 18.x] steps: