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 20e5c5d commit 2be7539Copy full SHA for 2be7539
1 file changed
.circleci/config.yml
@@ -158,18 +158,18 @@ jobs:
158
pip install --no-cache-dir --upgrade -e .[ci,dev] --progress-bar off
159
- run:
160
command: |
161
- nvm install lts/iron && nvm use lts/iron
+ nvm install 24 && nvm use 24
162
163
name: npm prereqs
164
165
- nvm use lts/iron
+ nvm use 24
166
npm ci
167
cd dash/dash-renderer && npm i && cd ../../
168
cd components/dash-html-components && npm i && npm run extract && cd ../../
169
170
name: ️️🏗️ build dash
171
172
173
. venv/Scripts/activate
174
npm run private::build.jupyterlab && npm run private::build.renderer
175
cd components/dash-html-components && npm run build:windows
0 commit comments