test: remove node18 until nodemailer is fixed

This commit is contained in:
Barış Soner Uşaklı
2022-04-26 13:35:29 -04:00
committed by GitHub
parent 21dbd47688
commit 50658a82f0

View File

@@ -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