From 75abca912a6bc347a3f0c7bc28712f9abe2b98a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 15 May 2024 16:17:59 -0400 Subject: [PATCH] Revert "test: remove node 18" This reverts commit 6bd22e5337cc46e8d360bae4e62d50de49a2a332. --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4e21c8238a..b2a52caf42 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [20] + node: [18, 20] database: [mongo-dev, mongo, redis, postgres] include: # only run coverage once