Skip to content

Commit 7ad2f4f

Browse files
filipesilvadond2clouds
authored andcommitted
ci: use npm5 on circleci
1 parent ec8a92d commit 7ad2f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2
44
anchor_1: &defaults
55
working_directory: ~/angular-cli
66
docker:
7-
- image: angular/ngcontainer
7+
- image: angular/ngcontainer:0.0.5
88

99
# Restore cache based on package-lock.json checksum for branch.
1010
anchor_2: &restore_cache_defaults
@@ -25,7 +25,7 @@ jobs:
2525
<<: *restore_cache_defaults
2626
- run: node --version
2727
- run: npm --version
28-
- run: npm install --quiet
28+
- run: npm install --no-save
2929
- run: npm run build
3030
- save_cache:
3131
key: angular-cli-{{ checksum "package-lock.json" }}

0 commit comments

Comments
 (0)