Skip to content

Commit b464749

Browse files
upgrade to nodejs 18 for the build
1 parent 133ac09 commit b464749

File tree

2 files changed

+7893
-31
lines changed

2 files changed

+7893
-31
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
name: Create conda environment
265265
command: |
266266
conda create -n env --yes python=3.9 conda-build conda-verify
267-
conda install -n env -c conda-forge jupyterlab nodejs=12
267+
conda install -n env -c conda-forge jupyterlab nodejs=18
268268
conda init bash
269269
mkdir output
270270

0 commit comments

Comments
 (0)