diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c140f626..775f9ecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ jobs: strategy: matrix: include: - - node-version: 14.x + - node-version: 16.x db-type: postgresql - - node-version: 14.x + - node-version: 16.x db-type: mysql - - node-version: 16.x + - node-version: 18.x db-type: postgresql - - node-version: 16.x + - node-version: 18.x db-type: mysql steps: