Skip to content

Commit

Permalink
refactor: update circleci node version to align with angular v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Lenaers committed Jun 4, 2018
1 parent c16de6f commit aa2eb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ references:
~/app

image_node: &image_node
image: circleci/node:8.2.1
image: circleci/node:8.11.2

image_node_browsers: &image_node_browsers
image: circleci/node:8.2.1-browsers
image: circleci/node:8.11.2-browsers

job_defaults: &job_defaults
working_directory: *working_directory
Expand Down

0 comments on commit aa2eb3f

Please sign in to comment.