Skip to content

Commit

Permalink
Bump npm to 7.11.2 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored May 3, 2021
1 parent 8d121d5 commit 9ff7963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git config user.email '[email protected]'
echo -e "$style - installing dependencies $reset"

cd js || exit 1
npm i -g npm@6.1.0
npm i -g npm@7.11.2
npm ci

echo -e "$style - building JavaScript files $reset"
Expand Down

0 comments on commit 9ff7963

Please sign in to comment.