5454 strategy :
5555 matrix :
5656 # Current docker version + next LTS
57- node-version : [20.x, 22.x]
57+ node-version : [22.x]
5858 # Don't forget to update build-native-release
5959 python-version : [3.11]
6060 transpile-worker-threads : [false, true]
@@ -115,7 +115,7 @@ jobs:
115115 - name : Lerna test
116116 run : yarn lerna run --concurrency 1 --stream --no-prefix unit
117117# - uses: codecov/codecov-action@v1
118- # if: (matrix.node-version == '20 .x')
118+ # if: (matrix.node-version == '22 .x')
119119# with:
120120# files: ./packages/*/coverage/clover.xml
121121# flags: cube-backend
@@ -137,10 +137,10 @@ jobs:
137137 # override: true # this is by default on
138138 rustflags : " "
139139 components : rustfmt
140- - name : Install Node.js 20 .x
140+ - name : Install Node.js 22 .x
141141 uses : actions/setup-node@v4
142142 with :
143- node-version : 20 .x
143+ node-version : 22 .x
144144 - name : Get yarn cache directory path
145145 id : yarn-cache-dir-path
146146 run : echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
@@ -272,10 +272,10 @@ jobs:
272272 workspaces : ./packages/cubejs-backend-native
273273 key : native-${{ runner.OS }}-x86_64-unknown-linux-gnu
274274 shared-key : native-${{ runner.OS }}-x86_64-unknown-linux-gnu
275- - name : Install Node.js 20
275+ - name : Install Node.js 22
276276 uses : actions/setup-node@v4
277277 with :
278- node-version : 20
278+ node-version : 22
279279 - name : Install Yarn
280280 run : npm install -g yarn
281281 - name : Set Yarn version
@@ -304,7 +304,7 @@ jobs:
304304
305305 strategy :
306306 matrix :
307- node-version : [20 .x]
307+ node-version : [22 .x]
308308 fail-fast : false
309309
310310 steps :
@@ -392,7 +392,7 @@ jobs:
392392
393393 strategy :
394394 matrix :
395- node-version : [20 .x]
395+ node-version : [22 .x]
396396 db : [
397397 ' clickhouse' , 'druid', 'elasticsearch', 'mssql', 'mysql', 'postgres', 'prestodb',
398398 ' mysql-aurora-serverless' , 'crate', 'mongobi', 'firebolt', 'dremio', 'vertica'
@@ -479,7 +479,7 @@ jobs:
479479
480480 strategy :
481481 matrix :
482- node-version : [ 20 .x ]
482+ node-version : [ 22 .x ]
483483 python-version : [ 3.11 ]
484484 fail-fast : false
485485
@@ -607,7 +607,7 @@ jobs:
607607 - 5000:5000
608608 strategy :
609609 matrix :
610- node-version : [ 20 ]
610+ node-version : [ 22 ]
611611 target : [ "x86_64-unknown-linux-gnu" ]
612612 dockerfile :
613613 - dev.Dockerfile
0 commit comments