Skip to content

Commit 87105ec

Browse files
committed
add todo
1 parent c640811 commit 87105ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
# Current docker version + next LTS
57+
# TODO: Add 24 after it's been released
5758
node-version: [22.x]
5859
# Don't forget to update build-native-release
5960
python-version: [3.11]

.github/workflows/rust-cubesql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
strategy:
119119
matrix:
120120
# Current used version + 1 LTS
121+
# TODO: Add 24 after it's been released
121122
node-version: [22]
122123
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
123124
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)