We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e128a commit 8560488Copy full SHA for 8560488
.circleci/config.yml
@@ -78,10 +78,10 @@ shared: &shared
78
- v{{ .Environment.CACHE_VERSION }}-misc-test-durations-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock.json" }}
79
80
- run: |
81
- if [[ $(node -v) =~ ^v10.*$ ]]; then
82
- npm install -g npm@7 --prefix=$HOME/.local
83
- else
+ if [[ $(node -v) =~ ^v16.*$ ]]; then
84
npm install -g npm@latest --prefix=$HOME/.local
+ else
+ npm install -g npm@7.24.2 --prefix=$HOME/.local
85
fi
86
87
- run: npm --version
0 commit comments