Skip to content

Commit

Permalink
remove npm dependency entirely for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascioli committed Dec 19, 2024
1 parent 7fa6fb9 commit 0bef5db
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,28 +152,6 @@ commands:
- install_rust_toolchain:
platform: << parameters.platform >>

- install_volta:
platform: << parameters.platform >>

install_volta:
parameters:
platform:
type: executor
steps:
- run:
name: Install volta
command: |
curl https://get.volta.sh | bash -s -- --skip-setup
echo 'export VOLTA_HOME=$HOME/.volta' >> $BASH_ENV
echo 'export PATH=$VOLTA_HOME/bin:$PATH' >> $BASH_ENV
- run:
name: Install default versions of npm and node
command: |
volta install node@16
volta install npm@8
install_rust_toolchain:
parameters:
platform:
Expand Down

0 comments on commit 0bef5db

Please sign in to comment.