We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c6607 commit 3f95210Copy full SHA for 3f95210
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
- uses: actions/setup-node@v3
33
with:
34
- node-version: 18
+ node-version: 22
35
- name: Install required npm dependencies
36
run: npm install -g markdown-to-html
37
- name: Create docs
0 commit comments