From ef73b45a71923ff029f9d2b706092cfb0ddbbdc8 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Thu, 24 Oct 2024 19:49:54 +0800 Subject: [PATCH 1/2] Update ci.yml --- .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 d145a81d..ceb98b7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: docker run -d -p 5433:5433 -p 5444:5444 \ --mount type=volume,source=vertica-data,target=/data \ --name vertica_ce --network my-network \ - opentext/vertica-ce:24.3.0-2 + opentext/vertica-ce:24.4.0-0 echo "Vertica startup ..." until docker exec vertica_ce test -f /data/vertica/VMart/agent_start.out; do \ echo "..."; \ From f8e91ee586a0198008f0f26a883bd7be77e1f6cb Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Thu, 24 Oct 2024 19:57:25 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 613e1d20..fdf24452 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![NPM downloads](https://img.shields.io/npm/dm/vertica-nodejs)](https://www.npmjs.com/package/vertica-nodejs) [![test status](https://github.com/vertica/vertica-nodejs/actions/workflows/ci.yml/badge.svg)](https://github.com/vertica/vertica-nodejs/actions/workflows/ci.yml) -Non-blocking Vertica client for Node.js made with pure Javascript. This client has been tested with Vertica 24.3.0 and Node 12/14/16/18/20. +Non-blocking Vertica client for Node.js made with pure Javascript. This client has been tested with Vertica 24.4.0 and Node 12/14/16/18/20. ## Documentation