From 8062d7f698a0d89f8eb4340cb261625358979d37 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 28 Jul 2023 20:04:30 -0700 Subject: [PATCH] Update node versions in CI. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: