From 8eed6a8d1e7e65d385d2e8d4533b95364bdca039 Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Mon, 8 Jul 2024 23:49:55 +0200 Subject: [PATCH] Windows has a problem with the test runner. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bacc19f..d5ef883 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] node-version: [18.x, 20.x, 22.x] steps: