diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee3c857..fb1e703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ["8.10.0", 8.x, 10.x, 12.x, 13.x] + node-version: ["8.10.0", 8.x, 10.x, 12.x, 13.x, 14.x] steps: - name: Checkout uses: actions/checkout@v1