From 52da729b8c880193d0dc5c95d7b0f2d1930d6b17 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 5 Nov 2020 13:27:38 +0100 Subject: [PATCH] chore(ci): use node 14.x --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f441873a..bdc9e9d4 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/ionic-native/ docker: - - image: node:12 + - image: node:14 steps: - checkout - restore_cache: