We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641f414 + 6f77994 commit 5728e7eCopy full SHA for 5728e7e
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: "20.0"
+ node-version: "20.x"
28
29
- run: yarn install
30
- run: yarn build
package.json
@@ -15,7 +15,7 @@
15
"dependencies": {
16
"@docusaurus/core": "^3.9.2",
17
"@docusaurus/preset-classic": "^3.9.2",
18
- "@easyops-cn/docusaurus-search-local": "^0.26.1",
+ "@easyops-cn/docusaurus-search-local": "^0.45.0",
19
"@mdx-js/react": "^3.0.0",
20
"clsx": "^1.1.1",
21
"docusaurus-gtm-plugin": "^0.0.2",
0 commit comments