Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 6094a0e

Browse files
committed
fix(ci): update docker image to latest CircleCI NodeJS LTS
the prior version used `[email protected]` - @angular-devkit/[email protected] throws an error - Expected version ">= 1.13.0". Got "1.10.1"
1 parent d7df97c commit 6094a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cache key for CircleCI. We want to invalidate the cache whenever the Yarn lock file changes.
22
var_1: &cache_key material-angular-io-{{ checksum "yarn.lock" }}
3-
var_2: &default_docker_image circleci/node:10.12-browsers
3+
var_2: &default_docker_image circleci/node:10.16.3-browsers
44

55
# Settings common to each job
66
var_3: &job_defaults

0 commit comments

Comments
 (0)