Skip to content

Commit

Permalink
bump version of nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Oct 14, 2024
1 parent a0d6094 commit f613c00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ jobs:
name: Install nvm and node
command: |
set +e
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.nvm/nvm.sh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install v18.17.1
nvm alias default v18.17.1
- run: node -v
- run: npm install --global npm node-gyp
- run: echo $SHELL
- run: npm -v
- run: node-gyp -v
- run: curl -o- -L https://yarnpkg.com/install.sh | bash
Expand Down

0 comments on commit f613c00

Please sign in to comment.