diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 895b7c4..f924acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [8, 10, 12] + node-version: [10, 12, 14] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - run: git config --global core.autocrlf false