Skip to content

Commit 3b130a9

Browse files
authored
Merge pull request #142 from datasharingframework/issue/141_update_dependencies
updated dependencies
2 parents 0e26274 + 1ef1a11 commit 3b130a9

File tree

4 files changed

+1764
-1562
lines changed

4 files changed

+1764
-1562
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: 20
24+
node-version: 24
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: 20
21+
node-version: 24
2222

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

0 commit comments

Comments
 (0)