Skip to content

Commit

Permalink
chore(ci): uninstall bad nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Sep 2, 2021
1 parent 6cce5eb commit 8eaa0d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: 2.1
orbs:
rust: circleci/[email protected]
gh: circleci/[email protected]
node: circleci/[email protected]

# The main workflows executed for Rover
workflows:
Expand Down Expand Up @@ -101,11 +102,11 @@ commands:
equal: [ *ubuntu_gnu_executor, << parameters.platform >> ]
steps:
- run:
name: Use specific version of node
command: nvm use << parameters.node_version >>
- run:
name: Install specific version of npm
command: npm i -g npm@<< parameters.npm_version >>
name: Uninstall Circle's borked nvm
command: rm -rf $NVM_DIR
- node/install:
node-version: << parameters.node_version >>
npm-version: << parameters.npm_version >>

install_rust_toolchain:
parameters:
Expand Down

0 comments on commit 8eaa0d3

Please sign in to comment.