Don't manually update npm in CRA test on CircleCI (#13725)
This commit is contained in:
parent
fce0cffc30
commit
b335dcc67f
@ -17,8 +17,10 @@ set -x
|
|||||||
git clone --depth=1 https://github.com/facebook/create-react-app.git tmp/create-react-app
|
git clone --depth=1 https://github.com/facebook/create-react-app.git tmp/create-react-app
|
||||||
cd tmp/create-react-app || exit
|
cd tmp/create-react-app || exit
|
||||||
|
|
||||||
# Update npm to v7
|
# CircleCI already has npm 7
|
||||||
npm i -g npm@7
|
if [ "$BABEL_8_BREAKING" != true ] ; then
|
||||||
|
npm i -g npm@7
|
||||||
|
fi
|
||||||
|
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
# TEST #
|
# TEST #
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user