Skip to content

Commit

Permalink
Merge pull request #66 from datasharingframework/v1.6.0
Browse files Browse the repository at this point in the history
documentation for DSF v1.6.0
  • Loading branch information
hhund authored Oct 15, 2024
2 parents ab3a160 + ba4c7dd commit 3eeb4d8
Show file tree
Hide file tree
Showing 49 changed files with 5,623 additions and 1,259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
# choose node.js version to use
node-version: 18
node-version: 20

- name: Install dependencies
run: cd docs && npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
# choose node.js version to use
node-version: 18
node-version: 20

- name: Install dependencies
run: cd docs && npm ci
Expand Down
2 changes: 1 addition & 1 deletion docs/.github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install Deps
Expand Down
Loading

0 comments on commit 3eeb4d8

Please sign in to comment.