diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e85f892..61105ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - node-version: ["10", "12", "13", "14", "15"] + node-version: ["10", "12", "13", "14"] runs-on: ${{ matrix.os }}