Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/cypress-14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem authored Feb 3, 2025
2 parents f969bd1 + 7829d8f commit f2baa4a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up node env
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up node env
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: 16

Expand Down
2 changes: 1 addition & 1 deletion components/tool-navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<b-nav-item
class="dark"
data-cy="docs"
href="https://www.neurobagel.org/annotation_tool/"
href="https://neurobagel.org/user_guide/annotation_tool/"
target="_blank">
{{ uiText.documentation }}
</b-nav-item>
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"nuxt": "^2.17.3",
"papaparse": "^5.5.1",
"papaparse": "^5.5.2",
"vue": "^2.7.16",
"vue-select": "^3.20.3",
"vue-server-renderer": "^2.7.16",
Expand Down

0 comments on commit f2baa4a

Please sign in to comment.