From 13498898af26257ddf971af848eae3214a1ff4ca Mon Sep 17 00:00:00 2001 From: mistval Date: Sat, 17 Aug 2024 10:33:26 -0400 Subject: [PATCH] try to fix flaky test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c340e..2d094b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: - node-version: [18.18.0, 22.x] + node-version: [18.18.0, 18.x, 22.x] services: httpbin: