diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00531cba..3c845a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: matrix: # Include all major maintenance + active LTS + current Node.js versions. # https://github.com/nodejs/Release#release-schedule - node: [14, 16, 18] + node: [14, 16] steps: - name: Checkout uses: actions/checkout@v3