Skip to content

Commit

Permalink
,,,,
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 31, 2024
1 parent 658ce8f commit 8b63181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ jobs:
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
- run:
name: Node 18
command: |
Expand Down Expand Up @@ -391,6 +392,7 @@ jobs:
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
- run:
name: Node 18
command: |
Expand Down Expand Up @@ -438,6 +440,7 @@ jobs:
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
- run:
name: Node 18
command: |
Expand Down Expand Up @@ -469,6 +472,7 @@ jobs:
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
- run:
name: Node 18
command: |
Expand Down Expand Up @@ -500,6 +504,7 @@ jobs:
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
- run:
name: Node 18
command: |
Expand Down

0 comments on commit 8b63181

Please sign in to comment.