From 976914e71facf1daa119597c5f996906c27be398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 22 Apr 2022 13:29:41 -0400 Subject: [PATCH] test: remove node 12, add 18 --- .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 e8bc48f96e..49e67166d5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [12, 14, 16] + node: [14, 16, 18] database: [mongo-dev, mongo, redis, postgres] include: # only run coverage once