Skip to content

Commit bcdf647

Browse files
committed
ci: use node-12 as default
1 parent 7f79a49 commit bcdf647

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# If you change the cache key prefix, also sync the restore_cache fallback to match.
1414
# Keep the static part of the cache key as prefix to enable correct fallbacks.
1515
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
16-
var_1: &default_docker_image circleci/node:10.12
17-
var_2: &browsers_docker_image circleci/node:10.12-browsers
18-
var_3: &browsers_docker_image_node_12 circleci/node:12.1-browsers
19-
var_4: &cache_key angular_devkit-0.10.0-{{ checksum "yarn.lock" }}
16+
var_1: &default_docker_image circleci/node:12.1
17+
var_2: &browsers_docker_image circleci/node:12.1-browsers
18+
var_3: &browsers_docker_image_node_10 circleci/node:10.12-browsers
19+
var_4: &cache_key angular_devkit-0.11.0-{{ checksum "yarn.lock" }}
2020

2121
# Settings common to each job
2222
anchor_1: &defaults
@@ -57,7 +57,7 @@ anchor_3: &restore_cache
5757
keys:
5858
- *cache_key
5959
# This fallback should be the cache_key without variables.
60-
- angular_devkit-0.7.0-
60+
- angular_devkit-0.11.0-
6161
anchor_4: &attach_options
6262
at: .
6363
anchor_5: &env_win
@@ -136,10 +136,10 @@ jobs:
136136
path: /tmp/dist
137137
destination: cli/new-production
138138

139-
e2e-cli-node-12:
139+
e2e-cli-node-10:
140140
<<: *defaults
141141
docker:
142-
- image: *browsers_docker_image_node_12
142+
- image: *browsers_docker_image_node_10
143143
environment:
144144
BASH_ENV: ~/.profile
145145
NPM_CONFIG_PREFIX: ~/.npm-global
@@ -291,7 +291,7 @@ workflows:
291291
- e2e-cli:
292292
requires:
293293
- build
294-
- e2e-cli-node-12:
294+
- e2e-cli-node-10:
295295
requires:
296296
- build
297297
- e2e-cli-ivy:

0 commit comments

Comments
 (0)