diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ff8ed2..11ccadc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [10, 12, 14, 16] + node: [12, 14, 16] os: [ubuntu-latest] steps: