diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac2cfd2..573408f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: contents: read strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [14, 16, 18] steps: - name: Checkout uses: actions/checkout@v3