Skip to content

Commit d5b094e

Browse files
committed
chore(ci): Start testing under Node.js 20 (16.x was removed) (#7963)
Node.js 16 is deprecated, starting from 0.35. It's time to remove it from CI, because we don't provide any guaranties for supporting it.
1 parent 7adaea6 commit d5b094e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} Python ${{ matrix.python-version }}
7777
strategy:
7878
matrix:
79-
node-version: [ 16 ]
79+
node-version: [ 18 ]
8080
python-version: [ "fallback" ]
8181
target: [ "x86_64-unknown-linux-gnu" ]
8282
fail-fast: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} Python ${{ matrix.python-version }}
6969
strategy:
7070
matrix:
71-
node-version: [16]
71+
node-version: [18]
7272
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
7373
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
7474
include:

.github/workflows/rust-cubesql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
strategy:
130130
matrix:
131131
# Current used version + 1 LTS
132-
node-version: [16, 18]
132+
node-version: [18, 20]
133133
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
134134
target: ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
135135
# minimize number of jobs

0 commit comments

Comments
 (0)