diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c949a46..3f1d8aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - node-version: [14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2