From 1d71bdc284fb37456d156b0af52c7b3cc0024b37 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 28 Jun 2018 13:51:35 +0200 Subject: [PATCH] chore(build): test against node 8 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index c5046f0b6..d8654fa47 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/ionic-native/ docker: - - image: node:7 + - image: node:8 steps: - checkout - restore_cache: