Skip to content

Commit

Permalink
fix(cli): npm i -g flag is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Aug 12, 2022
1 parent 4cd1c3a commit 9b9cd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/new/ci-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
prepare: |
pkg install -y curl node14 python2
curl -qL https://www.npmjs.com/install.sh | sh
npm install -g yarn
npm install --location=global yarn
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
export PATH="/usr/local/cargo/bin:$PATH"
Expand Down

0 comments on commit 9b9cd5d

Please sign in to comment.