We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a60a7 commit 246cafbCopy full SHA for 246cafb
.github/workflows/chdb-node-test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest]
20
- node-version: [16.x, 18.x]
+ node-version: [18.x]
21
steps:
22
- name: Use Python 3.11
23
uses: actions/setup-python@v2
update_libchdb.sh
@@ -10,7 +10,7 @@ cd "$(dirname "$0")"
10
11
# Get the newest release version
12
# 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
+LATEST_RELEASE=v3.6.0
14
15
# Download the correct version based on the platform
16
case "$(uname -s)" in
0 commit comments