Skip to content

Commit a66a076

Browse files
committed
nvm use before commands
1 parent 8f50759 commit a66a076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,14 @@ jobs:
163163
- run:
164164
name: npm prereqs
165165
command: |
166+
nvm use 18
166167
npm ci
167168
cd dash/dash-renderer && npm i && cd ../../
168169
cd components/dash-html-components && npm i && npm run extract && cd ../../
169170
- run:
170171
name: ️️🏗️ build dash
171172
command: |
173+
nvm use 18
172174
. venv/Scripts/activate
173175
npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
174176
no_output_timeout: 30m

0 commit comments

Comments
 (0)