diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90f315ae..3fb056b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: 14.x steps: - name: Checkout uses: actions/checkout@v1