diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 023d19c..b5cadf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 13.x] + node-version: [10.x, 12.x, 13.x, 14.x] steps: - uses: actions/checkout@v1