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