From f9f5057801c6352bc8d4590c9776a2dc03531d32 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Tue, 10 Sep 2024 14:17:21 +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 21aba809..d145a81d 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.2.0-1 + opentext/vertica-ce:24.3.0-2 echo "Vertica startup ..." until docker exec vertica_ce test -f /data/vertica/VMart/agent_start.out; do \ echo "..."; \ From 3a77e58d55ccc2c13eed0d4ef031d2a8388ef817 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Tue, 10 Sep 2024 14:28:11 +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 b966af72..613e1d20 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.2.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.3.0 and Node 12/14/16/18/20. ## Documentation