diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0aa1f95..f23f7fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: # Change the condition for ESM Dist Test below when changing this. - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - name: Checkout uses: actions/checkout@v2