From c4485b96747bb806f46fe08ac32ae9de70774ce3 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Thu, 24 Oct 2024 20:36:26 +0800 Subject: [PATCH] Upgrade CI server version to v24.4 (#153) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "..."; \ 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