Skip to content

Commit

Permalink
ci: Update documentation builds to use node.js version 20. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 authored Mar 12, 2024
1 parent 8ebbf90 commit 7c93d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18 # The node version needs to stay in sync with .readthedocs.yml
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml
- run: npm install -g @mermaid-js/mermaid-cli
- run: sudo apt install --no-install-recommends --assume-yes graphviz
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
os: ubuntu-22.04
tools:
python: '3.11' # This needs to stay in sync with pyproject.toml and any CI scripts
nodejs: '18' # This needs to stay in sync with any CI scripts
nodejs: '20' # This needs to stay in sync with any CI scripts
jobs:
post_install: [npm install -g @mermaid-js/mermaid-cli]
# Configuration
Expand Down

0 comments on commit 7c93d64

Please sign in to comment.