Skip to content

Commit

Permalink
Merge pull request #1995 from usagov/USAGOV-934
Browse files Browse the repository at this point in the history
USAGOV-934: USAGOV-934 - Remove specific node version from CircleCI
  • Loading branch information
IsabelLaurenceau authored Oct 8, 2024
2 parents c4fa180 + 6da061c commit c13d0c4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,23 +136,6 @@ commands:
rm -f /tmp/cf8.tar.gz
cf -v
install-node:
steps:
- run:
name: Install Specific Node Version
command: |
set +e
wget -qO- 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"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install v20.10.0
nvm alias default 20.10.0
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
echo "Install Gulp on node "$(node --version)
sudo npm install --global gulp-cli
signed-dockerhub-login:
steps:
- run:
Expand Down Expand Up @@ -333,7 +316,6 @@ jobs:
- image: cimg/php:8.1.27-node
steps:
- checkout
- install-node
- run:
name: Install Linters and Sniffers
command: |
Expand Down

0 comments on commit c13d0c4

Please sign in to comment.