Skip to content

Commit

Permalink
fix(ci): change node build version
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwarren committed Jul 7, 2018
1 parent 96f3a7a commit 170eff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:8.9'
- image: 'circleci/node:8.10'
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9
8.10

0 comments on commit 170eff9

Please sign in to comment.