From 472155cffdfa66652c4a3f5d97db55ce08ced614 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Mon, 5 Apr 2021 11:53:22 +0400 Subject: [PATCH] chore: only test Node.js 15 on linux --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de2c757f4d7..7e27d940c2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,11 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] node-version: [10.x, 15.x] + exclude: + - os: macOS-latest + node-version: 10.x + - os: windows-latest + node-version: 10.x fail-fast: false steps: