Skip to content

Commit

Permalink
ci: fix npm pack failing
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Apr 23, 2021
1 parent 5c7152d commit 9cf6208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -64,7 +64,9 @@ jobs:
- image: cimg/go:1.16-node
steps:
- checkout
- run: sudo npm i -g npm@7

# https://github.com/npm/cli/issues/3132
- run: sudo npm i -g npm@7.10.0

- go/load-cache
- go/mod-download
Expand Down

0 comments on commit 9cf6208

Please sign in to comment.