chore(build): use node 10

This commit is contained in:
Daniel 2019-01-23 08:03:18 +01:00
parent c1d7ce13dd
commit b4e0764d71

View File

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