diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 319584e..afc6a86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [14.x, 16.x, 17.x, 18.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [14, 16, 17, 18] + node-version: [14, 16, 18] container: image: node:${{ matrix.node-version }}-alpine steps: