We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb005ea + c89a642 commit edf2ffeCopy full SHA for edf2ffe
1 file changed
.circleci/config.yml
@@ -95,19 +95,13 @@ jobs:
95
- MB_SLOW_TEST_TIMEOUT: 10000
96
steps:
97
- checkout
98
- - run: choco install nvm --version=1.1.9 -y
+ - run: choco install nodejs --version=18.11.0 -y
99
- 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
105
- run:
106
name: Verify versions
107
command: |
108
node -v
109
npm -v
110
- nvm -v
111
112
name: Install Dependencies
113
command: npm ci
0 commit comments