Skip to content

Commit c2088ad

Browse files
committed
fix(config): migrate onBrokenMarkdownLinks to markdown.hooks for Docusaurus v4
1 parent c1fafd5 commit c2088ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
cache: npm
2222

2323
- name: Install dependencies

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
cache: npm
2222

2323
- name: Install dependencies

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
]
101101
},
102102
"engines": {
103-
"node": ">=18.0"
103+
"node": ">=20.0"
104104
},
105105
"license": "MIT",
106-
"author": "Ajay-Dhangar"
106+
"author": "ajay-dhangar"
107107
}

0 commit comments

Comments
 (0)