Skip to content

Commit

Permalink
specified full npm version in config.yml to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
serena97 committed Jun 14, 2022
1 parent 31f334c commit bea950f
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 @@ -80,7 +80,7 @@ jobs:
.circleci/shared-helpers
- *restore_npm_cache
- node/install-npm:
version: "7"
version: "7.20.2"
- run:
name: Install project dependencies
command: make install
Expand Down

0 comments on commit bea950f

Please sign in to comment.