We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb5fce commit 238497dCopy full SHA for 238497d
1 file changed
.github/workflows/docs.yaml
@@ -74,7 +74,7 @@ jobs:
74
if: matrix.mermaid_fix == 'true' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version))
75
uses: actions/setup-node@v3
76
with:
77
- node-version: "16"
+ node-version: "20"
78
79
- name: 🏗 Install mermaid-cli
80
0 commit comments