Skip to content

Commit

Permalink
Merge pull request #206 from identity-com/develop
Browse files Browse the repository at this point in the history
develop to master : fix CI release process
  • Loading branch information
william-brooks authored Feb 3, 2023
2 parents 60816e4 + b102fe2 commit 7b4cf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}-{{checksum "package-lock.json"}}
- run: sudo npm install -g npm
- run: sudo npm install -g npm@6.14.13
- run: |
sh ./.circleci/install_hub.sh
mkdir -p ~/.config/ && echo -e "github.com:\n- user: civictechuser\n oauth_token: $GITHUB_API_KEY\n protocol: https\n" > ~/.config/hub
Expand Down

0 comments on commit 7b4cf5b

Please sign in to comment.