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