From acbb1ac9d5b3f1f1a2668af59b47f58875a9b1a9 Mon Sep 17 00:00:00 2001 From: "dmitriy.litichevskiy" Date: Mon, 22 Mar 2021 08:36:14 +0300 Subject: [PATCH] Node.js v15 was temporarily excluded from build matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}