From a294c61ad6a06b84fb6067f39bdb10fc5198ada1 Mon Sep 17 00:00:00 2001 From: Tien Tong Date: Mon, 7 Oct 2024 17:14:42 -0400 Subject: [PATCH] Test nodejs=22.9.0 and bids-validator@1.14.8 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7917afc..9edd2b9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,9 +32,9 @@ jobs: conda install -c conda-forge -y datalad # Add nodejs and the validator - conda install nodejs=20.17.0 + conda install nodejs=22.9.0 npm install -g yarn && \ - npm install -g bids-validator@1.14.7 + npm install -g bids-validator@1.14.8 # Install CuBIDS pip install -e .[tests]