Skip to content

Commit

Permalink
chore: upgrade npm version (#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <[email protected]>
  • Loading branch information
dwsupplee and bcoe authored Jun 25, 2021
1 parent 6d26b13 commit 157678e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro-autosynth/build-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ nvm install --lts
node --version
npm --version

# Upgrade the NPM version
sudo npm install -g npm

# Setup git credentials
echo "https://${GITHUB_TOKEN}:@github.com" >> ~/.git-credentials
git config --global credential.helper 'store --file ~/.git-credentials'
Expand Down

0 comments on commit 157678e

Please sign in to comment.