Skip to content

Commit bf7007f

Browse files
committed
dependency version upgrades and associated fixes
1 parent 2b77435 commit bf7007f

File tree

8 files changed

+3164
-1250
lines changed

8 files changed

+3164
-1250
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)