Skip to content

Commit 9a593dd

Browse files
MikhaelGerbetBrocco
authored andcommitted
docs(@angular/cli): up node version for ci tools
- Add node_js v 8 instead of v 6 for travis config - Add node v 8 instead of v 6 for docker image in circleci config
1 parent f0fe415 commit 9a593dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/continuous-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
build:
7777
working_directory: ~/my-project
7878
docker:
79-
- image: circleci/node:6-browsers
79+
- image: circleci/node:8-browsers
8080
steps:
8181
- checkout
8282
- restore_cache:
@@ -118,7 +118,7 @@ sudo: false
118118

119119
language: node_js
120120
node_js:
121-
- "6"
121+
- "8"
122122

123123
addons:
124124
apt:

0 commit comments

Comments
 (0)