remove node 16 from matrix

isekai-main
Barış Soner Uşaklı 1 year ago
parent c4b865e1b2
commit c989a4a328

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

Loading…
Cancel
Save