@@ -120,10 +120,10 @@ jobs:
120120 toolchain : nightly-2022-03-08
121121 override : true
122122 components : rustfmt
123- - name : Install Node.js 14 .x
123+ - name : Install Node.js 16 .x
124124 uses : actions/setup-node@v3
125125 with :
126- node-version : 14 .x
126+ node-version : 16 .x
127127 - name : Get yarn cache directory path
128128 id : yarn-cache-dir-path
129129 run : echo "::set-output name=dir::$(yarn cache dir)"
@@ -135,9 +135,9 @@ jobs:
135135 node_modules
136136 rust/cubestore/node_modules
137137 packages/*/node_modules
138- key : ${{ runner.os }}-workspace-main-14 .x-${{ hashFiles('**/yarn.lock') }}
138+ key : ${{ runner.os }}-workspace-main-16 .x-${{ hashFiles('**/yarn.lock') }}
139139 restore-keys : |
140- ${{ runner.os }}-workspace-main-14 .x-
140+ ${{ runner.os }}-workspace-main-16 .x-
141141 - name : Set Yarn version
142142 run : yarn policies set-version v1.22.5
143143 - name : Yarn install
@@ -170,10 +170,10 @@ jobs:
170170 toolchain : nightly-2022-03-08
171171 override : true
172172 components : rustfmt
173- - name : Install Node.js 14 .x
173+ - name : Install Node.js 16 .x
174174 uses : actions/setup-node@v3
175175 with :
176- node-version : 14 .x
176+ node-version : 16 .x
177177 - name : Get yarn cache directory path
178178 id : yarn-cache-dir-path
179179 run : echo "::set-output name=dir::$(yarn cache dir)"
@@ -185,9 +185,9 @@ jobs:
185185 node_modules
186186 rust/cubestore/node_modules
187187 packages/*/node_modules
188- key : ${{ runner.os }}-workspace-main-14 .x-${{ hashFiles('**/yarn.lock') }}
188+ key : ${{ runner.os }}-workspace-main-16 .x-${{ hashFiles('**/yarn.lock') }}
189189 restore-keys : |
190- ${{ runner.os }}-workspace-main-14 .x-
190+ ${{ runner.os }}-workspace-main-16 .x-
191191 - name : Set Yarn version
192192 run : yarn policies set-version v1.22.5
193193 - name : Yarn install
@@ -228,7 +228,7 @@ jobs:
228228
229229 strategy :
230230 matrix :
231- node-version : [14 .x]
231+ node-version : [16 .x]
232232 fail-fast : false
233233
234234 steps :
@@ -309,7 +309,7 @@ jobs:
309309
310310 strategy :
311311 matrix :
312- node-version : [14 .x]
312+ node-version : [16 .x]
313313 fail-fast : false
314314
315315 steps :
@@ -377,7 +377,7 @@ jobs:
377377
378378 strategy :
379379 matrix :
380- node-version : [14 .x]
380+ node-version : [16 .x]
381381 db : [
382382 ' clickhouse' , 'druid', 'elasticsearch', 'mssql', 'mysql', 'postgres', 'prestodb',
383383 ' mysql-aurora-serverless' , 'crate'
@@ -437,7 +437,7 @@ jobs:
437437
438438 strategy :
439439 matrix :
440- node-version : [ 14 .x ]
440+ node-version : [ 16 .x ]
441441 fail-fast : false
442442
443443 steps :
0 commit comments