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 fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
node: [18, 20] node: [20]
database: [mongo-dev, mongo, redis, postgres] database: [mongo-dev, mongo, redis, postgres]
include: include:
# only run coverage once # only run coverage once