Skip to content

Commit

Permalink
MNT: Update NodeJS, svgo and bids-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 15, 2023
1 parent 96bb6dc commit 12e4b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN micromamba create -y -f /tmp/env.yml && \
micromamba clean -y -a

ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH"
RUN /opt/conda/envs/fmriprep/bin/npm install -g svgo@^2.8 bids-validator@1.11.0 && \
RUN /opt/conda/envs/fmriprep/bin/npm install -g svgo@^3.0 bids-validator@1.13 && \
rm -r ~/.npm

#
Expand Down
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python=3.10
# Needed for svgo and bids-validator; consider moving to deno
- nodejs=16
- nodejs=18
# Intel Math Kernel Library for numpy
- mkl=2022.1
- mkl-service=2.4
Expand Down

0 comments on commit 12e4b19

Please sign in to comment.