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