try with npm

This commit is contained in:
Alexey Kasyanchuk 2018-03-24 01:39:54 +03:00
parent ac9c9fb37e
commit 51b119df8c

View File

@ -26,7 +26,7 @@ jobs:
# fallback to using the latest cache if no exact match is found # fallback to using the latest cache if no exact match is found
- v2-dependencies- - v2-dependencies-
- run: yarn install - run: npm install
- save_cache: - save_cache:
paths: paths:
@ -34,4 +34,4 @@ jobs:
key: v2-dependencies-{{ checksum "package.json" }} key: v2-dependencies-{{ checksum "package.json" }}
# run tests! # run tests!
- run: yarn test - run: npm test