Skip to content

Commit

Permalink
remove npm?
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jul 8, 2024
1 parent f0df76e commit 82b5c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
curl -s https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py
python3 get-pip.py --force-reinstall
rm get-pip.py
apt-get remove npm
apt-get install wget
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
Expand Down

0 comments on commit 82b5c63

Please sign in to comment.