Skip to content

Commit

Permalink
fix(core): install npm via pkg for freebsd (#17735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored Jun 22, 2023
1 parent 09deeef commit 7455271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ jobs:
usesh: true
mem: 3000
prepare: |
pkg install -y -f curl node libnghttp2
curl -qL https://www.npmjs.com/install.sh | sh
pkg install -y -f curl node libnghttp2 npm
npm install --location=global --ignore-scripts pnpm
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
Expand Down

1 comment on commit 7455271

@vercel
Copy link

@vercel vercel bot commented on 7455271 Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.