@ -12,9 +12,9 @@ jobs:
steps:
# Commands are run in a Windows virtual machine environment
- checkout
- run:
name: Install dependencies
command: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
name: Install node-gyp
command: yarn global add node-gyp && yarn install