We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf2ffe + 5c5f313 commit 703dba0Copy full SHA for 703dba0
1 file changed
.circleci/config.yml
@@ -95,8 +95,12 @@ jobs:
95
- MB_SLOW_TEST_TIMEOUT: 10000
96
steps:
97
- checkout
98
- - run: choco install nodejs --version=18.11.0 -y
99
- run: choco install wget -y
+ - run:
100
+ name: Install and use Node.js 18.11.0 with pre-installed nvm
101
+ command: |
102
+ nvm install 18.11.0
103
+ nvm use 18.11.0
104
- run:
105
name: Verify versions
106
command: |
0 commit comments