From a5679c398478eb2315a7ad97b5ba375b5cb52b8e Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 26 Feb 2024 12:28:00 -0600 Subject: [PATCH] Remove node v10 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 ed75cc39..c37705d7 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: ['10', '12', '14', '16', '18'] + node: ['12', '14', '16', '18', '20'] os: [ubuntu-latest, windows-latest, macos-latest] name: Node.js ${{ matrix.node }} (${{ matrix.os }}) env: