diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04bde62a..df524878 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x] steps: - uses: actions/checkout@v2