From af7219c71ec57b433daac6daa8277527a787aaa6 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 21 Oct 2016 16:58:03 +0100 Subject: [PATCH] circleci: be omre liberal on caching global npm --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2c7b8e77..b97a79d1 100644 --- a/circle.yml +++ b/circle.yml @@ -17,7 +17,7 @@ machine: dependencies: cache_directories: - - "/opt/circleci/nodejs/v6.9.0/bin/" + - "/opt/circleci/nodejs/" pre: - npm install -g triton yarn post: