Skip to content

Commit

Permalink
Bumping version (uvasoftware#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rferreira authored Nov 15, 2019
1 parent 217c379 commit 70891df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
# - restore_cache:
# key: dependency-cache-{{ checksum "package.json" }}
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install-npm-wee
command: npm install
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
# - restore_cache:
# key: dependency-cache-{{ checksum "package.json" }}
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install-npm-wee
command: npm install
Expand Down

0 comments on commit 70891df

Please sign in to comment.