test: remove node 18

This commit is contained in:
Barış Soner Uşaklı
2024-05-15 14:02:05 -04:00
parent 1d1f499bc0
commit 6bd22e5337

View File

@@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [18, 20]
node: [20]
database: [mongo-dev, mongo, redis, postgres]
include:
# only run coverage once