Skip to content

Commit 2be7539

Browse files
committed
try fix windows build
1 parent 20e5c5d commit 2be7539

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,18 @@ jobs:
158158
pip install --no-cache-dir --upgrade -e .[ci,dev] --progress-bar off
159159
- run:
160160
command: |
161-
nvm install lts/iron && nvm use lts/iron
161+
nvm install 24 && nvm use 24
162162
- run:
163163
name: npm prereqs
164164
command: |
165-
nvm use lts/iron
165+
nvm use 24
166166
npm ci
167167
cd dash/dash-renderer && npm i && cd ../../
168168
cd components/dash-html-components && npm i && npm run extract && cd ../../
169169
- run:
170170
name: ️️🏗️ build dash
171171
command: |
172-
nvm use lts/iron
172+
nvm use 24
173173
. venv/Scripts/activate
174174
npm run private::build.jupyterlab && npm run private::build.renderer
175175
cd components/dash-html-components && npm run build:windows

0 commit comments

Comments
 (0)