Skip to content

Commit 246cafb

Browse files
committed
Fix test
1 parent 15a60a7 commit 246cafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chdb-node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest]
20-
node-version: [16.x, 18.x]
20+
node-version: [18.x]
2121
steps:
2222
- name: Use Python 3.11
2323
uses: actions/setup-python@v2

update_libchdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$(dirname "$0")"
1010

1111
# Get the newest release version
1212
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
13-
LATEST_RELEASE=v3.4.0
13+
LATEST_RELEASE=v3.6.0
1414

1515
# Download the correct version based on the platform
1616
case "$(uname -s)" in

0 commit comments

Comments
 (0)