Skip to content

Commit

Permalink
Require Node 18 for validation (#388)
Browse files Browse the repository at this point in the history
Recent HED validation requires features only available in node 18.
  • Loading branch information
effigies committed Jul 3, 2023
1 parent 127fb50 commit 75968b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install BIDS validator (stable)
if: "matrix.bids-validator == 'stable'"
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
pushd ..
# Get npm 7+
npm install -g npm@^7
npm install -g npm
git clone --depth 1 https://github.com/bids-standard/bids-validator
cd bids-validator
# Generate the full development node_modules
Expand Down

0 comments on commit 75968b9

Please sign in to comment.