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