Preparing for real CircleCI release

This commit is contained in:
James Barnsley
2019-04-11 13:58:28 +12:00
parent 4928928882
commit dd8711e2d7
2 changed files with 6 additions and 2 deletions

View File

@ -34,9 +34,13 @@ jobs:
- run: - run:
name: Run tests name: Run tests
command: npm run test command: npm run test
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
deploy: deploy:
docker: docker:
- image: circleci/python:2.7 - image: nikolaik/python-nodejs:python2.7-nodejs11
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

View File

@ -1 +1 @@
3.34.3 3.35.0