From a690791df31cede48e7bcbce9d56411483309246 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 21 May 2022 07:51:32 +0200 Subject: [PATCH] [ci] Exclude node 18 on Windows x86 from the test matrix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 833347413..faf9bf56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: os: macOS-latest - arch: x86 os: ubuntu-latest + - arch: x86 + node: 18 + os: windows-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3