@@ -149,7 +149,7 @@ jobs:
149
149
# Test jobs
150
150
unit-tests-ui :
151
151
docker :
152
- - image : cimg/node:16.19 .1
152
+ - image : cimg/node:16.15 .1
153
153
steps :
154
154
- checkout
155
155
- restore_cache :
@@ -193,7 +193,7 @@ jobs:
193
193
- ./node_modules
194
194
unit-tests-api :
195
195
docker :
196
- - image : cimg/node:16.19 .1
196
+ - image : cimg/node:16.15 .1
197
197
steps :
198
198
- checkout
199
199
- restore_cache :
@@ -351,7 +351,7 @@ jobs:
351
351
- checkout
352
352
- attach_workspace :
353
353
at : .
354
- - run : choco install nodejs --version=16.19 .1
354
+ - run : choco install nodejs --version=16.15 .1
355
355
- run :
356
356
command : |
357
357
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
@@ -500,7 +500,7 @@ jobs:
500
500
steps :
501
501
- checkout
502
502
- node/install :
503
- node-version : ' 16.19 .1'
503
+ node-version : ' 16.15 .1'
504
504
- attach_workspace :
505
505
at : .
506
506
- run :
@@ -575,7 +575,7 @@ jobs:
575
575
steps :
576
576
- checkout
577
577
- node/install :
578
- node-version : ' 16.19 .1'
578
+ node-version : ' 16.15 .1'
579
579
- attach_workspace :
580
580
at : .
581
581
- run :
@@ -645,7 +645,7 @@ jobs:
645
645
- run :
646
646
name : Build windows exe
647
647
command : |
648
- choco install nodejs --version=16.19 .1
648
+ choco install nodejs --version=16.15 .1
649
649
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
650
650
yarn install
651
651
yarn --cwd redisinsight/api/ install
0 commit comments