From 3c3cd004f1ad5a2e6aa106e5efce1e3dcbd4e6e7 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Sun, 22 Dec 2019 21:43:51 +0900 Subject: [PATCH] update ci.yml temporary (this PR is blocked by #12700) --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd533de3ef3..12b6565457e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,20 +26,16 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - node: [13.x, 12.x, 10.x, 8.x, "8.10.0"] + node: [13.x, 12.x, 10.x, "10.12.0"] exclude: - os: windows-latest - node: "8.10.0" - - os: windows-latest - node: 8.x + node: "10.12.0" - os: windows-latest node: 10.x - os: windows-latest node: 13.x - os: macOS-latest - node: "8.10.0" - - os: macOS-latest - node: 8.x + node: "10.12.0" - os: macOS-latest node: 10.x - os: macOS-latest