From 4a62121de9b9bc60570f6bd5dc10419af2c38aea Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 26 Feb 2024 12:33:16 -0600 Subject: [PATCH] Remove node 12 from test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c37705d7..2cab9433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 strategy: matrix: - node: ['12', '14', '16', '18', '20'] + node: ['14', '16', '18', '20'] os: [ubuntu-latest, windows-latest, macos-latest] name: Node.js ${{ matrix.node }} (${{ matrix.os }}) env: