Skip to content

Commit 3eeb4d8

Browse files
authored
Merge pull request #66 from datasharingframework/v1.6.0
documentation for DSF v1.6.0
2 parents ab3a160 + ba4c7dd commit 3eeb4d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5623
-1259
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
# choose node.js version to use
24-
node-version: 18
24+
node-version: 20
2525

2626
- name: Install dependencies
2727
run: cd docs && npm ci

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
# choose node.js version to use
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Install dependencies
2424
run: cd docs && npm ci

docs/.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18
26+
node-version: 20
2727
cache: npm
2828

2929
- name: Install Deps

0 commit comments

Comments
 (0)