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