diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9dc731..58cb852 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 15.x, 16.x] steps: - name: Checkout uses: actions/checkout@v1