diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a58980a..b8d0aaf 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.x, 12.x, 13.x] + node-version: [10.x, 12.x, 13.x, 14.x] os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v1