File tree 1 file changed +0
-25
lines changed
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,6 @@ shared: &shared
145
145
- misc/test-durations/node_modules
146
146
key : v{{ .Environment.CACHE_VERSION }}-misc-test-durations-{{ .Environment.CIRCLE_JOB }}-{{ checksum "misc/test-durations/package-lock.json" }}
147
147
148
- # When running tests in Node.js 8, we pin grpc to exactly 1.10.1.
149
- # For more recent Node.js versions (>= 10) we use the latest 1.x as stated in package.json. We can't use grcp@1.10.1
150
- # in Node.js 10 since it fails to build under Node.js >= 10. We still want to explicitly test the combination of
151
- # Node.js 8 with grpc@1.10.1 for reasons.
152
- - run : " ([[ $(node -v) =~ ^v8.*$ ]] && npm install grpc@1.10.1) || true"
153
-
154
148
# Only run audit with the most recent Node.js version - one Node version is enough.
155
149
- run : " ([[ $(node -v) =~ ^v16.*$ ]] && npm run audit) || [[ ! $(node -v) =~ ^v16.*$ ]]"
156
150
@@ -337,24 +331,6 @@ jobs:
337
331
<< : *shared
338
332
parallelism : 4
339
333
340
- " node-8 " :
341
- docker :
342
- - image : circleci/node:8
343
- - << : *zookeeper
344
- - << : *elasticsearch
345
- - << : *mongo
346
- - << : *redis
347
- - << : *kafka
348
- - << : *mysql
349
- - << : *postgres
350
- - << : *mssql
351
- - << : *rabbitmq
352
- - << : *nats
353
- - << : *nats-streaming
354
- - << : *memcached
355
- << : *shared
356
- parallelism : 4
357
-
358
334
workflows :
359
335
version : 2
360
336
build :
@@ -363,4 +339,3 @@ workflows:
363
339
- " node-14"
364
340
- " node-12"
365
341
- " node-10"
366
- - " node-8"
You can’t perform that action at this time.
0 commit comments