From 4acc6b056bf155a8df94abf48b6a952cce6a1035 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Mon, 19 Feb 2024 06:35:19 +0000 Subject: [PATCH] chore (ci): add node v20 to build 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 ed75cc395..8cb1d8b84 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: ['10', '12', '14', '16', '18', '20'] os: [ubuntu-latest, windows-latest, macos-latest] name: Node.js ${{ matrix.node }} (${{ matrix.os }}) env: