Skip to content

Commit edf2ffe

Browse files
authored
Merge pull request #885 from mountebank-testing/fix-windows-nvs-install
Update windows build to install nodejs directly rather than nvm
2 parents fb005ea + c89a642 commit edf2ffe

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,13 @@ jobs:
9595
- MB_SLOW_TEST_TIMEOUT: 10000
9696
steps:
9797
- checkout
98-
- run: choco install nvm --version=1.1.9 -y
98+
- run: choco install nodejs --version=18.11.0 -y
9999
- run: choco install wget -y
100-
- run:
101-
command: |
102-
Start-Process powershell -verb runAs -Args "-start GeneralProfile"
103-
nvm install 18.11.0
104-
nvm use 18.11.0
105100
- run:
106101
name: Verify versions
107102
command: |
108103
node -v
109104
npm -v
110-
nvm -v
111105
- run:
112106
name: Install Dependencies
113107
command: npm ci

0 commit comments

Comments
 (0)