diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48bae76..d5cb5ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node: [16, 14, 12, 10] + node: [16, 14, 12] steps: - uses: actions/checkout@v2