Skip to content

Commit

Permalink
chore: add Node.js 10 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and raphamorim committed Jul 10, 2018
1 parent 43ff4d4 commit 190d796
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8

aliases:
build_config: &build_config
working_directory: ~/repo

steps:
Expand Down Expand Up @@ -34,3 +31,14 @@ jobs:
- run:
name: Lint and Test packages
command: yarn test
jobs:
build:
docker:
- image: circleci/node:8
<<: *build_config


build_10:
docker:
- image: circleci/node:10
<<: *build_config

0 comments on commit 190d796

Please sign in to comment.