From 50658a82f0ed7d504ed7f7dc2c3339d7851cd4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 26 Apr 2022 13:35:29 -0400 Subject: [PATCH] test: remove node18 until nodemailer is fixed --- .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 49e67166d5..05ec0e7aae 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [14, 16, 18] + node: [14, 16] database: [mongo-dev, mongo, redis, postgres] include: # only run coverage once