Skip to content

Commit

Permalink
dependency version upgrades and associated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Oct 15, 2024
1 parent 2b77435 commit bf7007f
Show file tree
Hide file tree
Showing 8 changed files with 3,164 additions and 1,250 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 bf7007f

Please sign in to comment.