Preparing for real CircleCI release
This commit is contained in:
@ -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:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3.34.3
|
3.35.0
|
||||||
Reference in New Issue
Block a user