diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bdcb699..c908daa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: needs: lint strategy: matrix: - node-version: [12, 14, 16, 'lts/*'] + node-version: [14, 16, 'lts/*'] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index 965719d..9f2eece 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [11.x, 12.x, 13.x, 14.x, 15.x] + node-version: [14, 16, 'lts/*'] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Test