From dd8711e2d7cb13e7f4549b18119200685995efa2 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 11 Apr 2019 13:58:28 +1200 Subject: [PATCH] Preparing for real CircleCI release --- .circleci/config.yml | 6 +++++- VERSION.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7e11b37..b3e9fb2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,9 +34,13 @@ jobs: - run: name: Run tests command: npm run test + - save_cache: + paths: + - node_modules + key: v1-dependencies-{{ checksum "package.json" }} deploy: docker: - - image: circleci/python:2.7 + - image: nikolaik/python-nodejs:python2.7-nodejs11 steps: - checkout - restore_cache: diff --git a/VERSION.md b/VERSION.md index 5019faed..aebeef10 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.34.3 \ No newline at end of file +3.35.0 \ No newline at end of file