diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93d8a42..5f26392 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2