Skip to content

Commit

Permalink
Merge pull request #193 from FZJ-INM1-BDA/feat_mebrains
Browse files Browse the repository at this point in the history
feat: add mebrains to reference atlases
  • Loading branch information
xgui3783 authored Jan 5, 2024
2 parents 502624f + ef79fbe commit 3a694c5
Show file tree
Hide file tree
Showing 6 changed files with 33,432 additions and 54 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down
1 change: 0 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package-lock.json
.env*
Loading

0 comments on commit 3a694c5

Please sign in to comment.