diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bac3c7..07afce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: needs: check strategy: matrix: - node: [12, 14] + node: [14] os: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.os }} steps: