File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ executors:
6
6
main-executor :
7
7
working_directory : ~/react-widgets
8
8
docker :
9
- - image : circleci/node:dubnium-browsers
9
+ - image : circleci/node:fermium
10
10
# environment variables for all commands executed in the main-executor
11
11
environment :
12
12
AWS_BUCKET : code.s4d.io
@@ -28,8 +28,8 @@ commands:
28
28
steps :
29
29
- restore_cache :
30
30
keys :
31
- - node-modules-cache-node-dubnium -npm-6-v1 -{{ checksum "package-lock.json" }}
32
- - node-modules-cache-node-dubnium -npm-6-v1 -
31
+ - node-modules-cache-node-fermium -npm-6-{{ .Environment.CACHE_VERSION }} -{{ checksum "package-lock.json" }}
32
+ - node-modules-cache-node-fermium -npm-6-{{ .Environment.CACHE_VERSION }} -
33
33
34
34
jobs :
35
35
install :
41
41
command : npm ci
42
42
# Cache node_modules across different internal jobs in the workflow and across different circleci runs
43
43
- save_cache :
44
- key : node-modules-cache-node-dubnium -npm-6-v1 -{{ checksum "package-lock.json" }}
44
+ key : node-modules-cache-node-fermium -npm-6-{{ .Environment.CACHE_VERSION }} -{{ checksum "package-lock.json" }}
45
45
paths :
46
46
- node_modules
47
47
- run :
@@ -375,7 +375,7 @@ workflows:
375
375
- build_for_tests
376
376
- journey_tests_firefox :
377
377
requires :
378
- - journey_tests_chrome
378
+ - build_for_tests
379
379
build_for_cdn :
380
380
jobs :
381
381
- install :
Original file line number Diff line number Diff line change 1
- lts/dubnium
1
+ lts/fermium
You can’t perform that action at this time.
0 commit comments