Skip to content

Commit

Permalink
ci(release): ditch nvm for manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Mar 6, 2024
1 parent 51152d2 commit 6774797
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,8 @@ jobs:
commands: |
sudo apt-get update
sudo apt-get install -y ca-certificates curl gnupg gcc g++ make git build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libfontconfig1 fontconfig libfontconfig1-dev libfontconfig
mkdir -p ~/.nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install 20
nvm use 20
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
npm install --global yarn
yarn install --frozen-lockfile
yarn generate:executable:tarballs:linux:arm64
Expand Down

0 comments on commit 6774797

Please sign in to comment.