Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: updated nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 14, 2018
1 parent 7370c4a commit 3d9318f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- v6-yarn-{{checksum ".circleci/config.yml"}}
- run: yarn
- run: .circleci/loadgpg
- run: yarn add -D nyc@11 @oclif/nyc-config@1
- run: yarn add -D nyc@13 @oclif/nyc-config@1
- run: ./node_modules/.bin/tsc
- run: ./bin/run --version
- run: ./bin/run --help
Expand All @@ -40,7 +40,7 @@ jobs:
- run: |
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
semantic-release -e @oclif/semantic-release
- run: yarn add -D nyc@11 @oclif/nyc-config@1
- run: yarn add -D nyc@13 @oclif/nyc-config@1
- save_cache:
key: v6-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
paths:
Expand Down

0 comments on commit 3d9318f

Please sign in to comment.