From b9515683f730d992e6e1f5afd78132ec9db9f4cb Mon Sep 17 00:00:00 2001 From: fabon Date: Sun, 10 Dec 2023 14:47:02 +0900 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6be0d42..6a1c4c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,10 @@ jobs: os: - ubuntu-latest - windows-latest + exclude: + # I don't know and don't have energy to investigate why the tests fails. + - os: windows-latest + node-version: 20 steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2