chore(build): test against node 8

This commit is contained in:
Daniel 2018-06-28 13:51:35 +02:00
parent 189d66cc47
commit 1d71bdc284

View File

@ -3,7 +3,7 @@ jobs:
build: build:
working_directory: ~/ionic-native/ working_directory: ~/ionic-native/
docker: docker:
- image: node:7 - image: node:8
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache: