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 b6aa557 commit 658ce8f
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,12 @@ jobs:
- attach_workspace:
at: .
- run:
name: Node 18
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run:
name: Node 18
command: |
nvm install v18.14.0
- run:
name: Running Test Runner
Expand All @@ -385,9 +388,12 @@ jobs:
- attach_workspace:
at: .
- run:
name: Node 18
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run:
name: Node 18
command: |
nvm install v18.14.0
- run:
name: Running Test Runner in Dev mode
Expand Down Expand Up @@ -429,9 +435,12 @@ jobs:
- attach_workspace:
at: .
- run:
name: Node 18
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run:
name: Node 18
command: |
nvm install v18.14.0
- run:
name: Running E2E Tests
Expand All @@ -457,9 +466,12 @@ jobs:
- attach_workspace:
at: .
- run:
name: Node 18
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run:
name: Node 18
command: |
nvm install v18.14.0
- run:
name: Running E2E Tests
Expand All @@ -485,9 +497,12 @@ jobs:
- attach_workspace:
at: .
- run:
name: Node 18
name: NVM
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run:
name: Node 18
command: |
nvm install v18.14.0
- run:
name: Running Bench
Expand Down

0 comments on commit 658ce8f

Please sign in to comment.