From 425b3602525cf00f6d33612caee6605e17b85bf7 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 2 Jan 2024 11:03:02 +0800 Subject: [PATCH] ci: exclude node 16 on Windows --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e866cfd..b657e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: - 16 - 18 - 20 + exclude: + - os: windows-latest + node: 16 runs-on: ${{ matrix.os }} steps: - name: Checkout Repo