We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f50759 commit a66a076Copy full SHA for a66a076
.circleci/config.yml
@@ -163,12 +163,14 @@ jobs:
163
- run:
164
name: npm prereqs
165
command: |
166
+ nvm use 18
167
npm ci
168
cd dash/dash-renderer && npm i && cd ../../
169
cd components/dash-html-components && npm i && npm run extract && cd ../../
170
171
name: ️️🏗️ build dash
172
173
174
. venv/Scripts/activate
175
npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
176
no_output_timeout: 30m
0 commit comments