We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557dbf2 commit 09b4093Copy full SHA for 09b4093
.github/workflows/generate-mindmap.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v5
31
- name: Use Node.js
32
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
33
with:
34
node-version: 20
35
cache: 'npm'
.github/workflows/markdownlint.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
- name: Run Markdownlint
0 commit comments