Skip to content

Commit

Permalink
Pinned npm to 9.2.0 due to npm ci issue npm/cli#6051
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Jan 17, 2023
1 parent ffbec8a commit 9cda219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CI=false \
&& cd src \
&& curl -L -o drop-serializer.tar.gz https://github.com/atlasacademy/drop-serializer-react/archive/master.tar.gz \
&& tar -zxvf drop-serializer.tar.gz \
&& npm install -g npm@9 \
&& npm install -g npm@9.2.0 \
&& cd drop-serializer-react-master && npm ci && npm run build \
&& cd ../../ && cp -r src/drop-serializer-react-master/build/ app/drop-serializer \
&& cd src \
Expand Down

0 comments on commit 9cda219

Please sign in to comment.