We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92575de + 9f7c7bc commit 95211b0Copy full SHA for 95211b0
3 files changed
.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
@@ -13,8 +13,8 @@
13
"normalizeLink": "cd plugins && node samplesLinksNormalize.js"
14
},
15
"dependencies": {
16
- "@docusaurus/core": "^3.9.1",
17
- "@docusaurus/preset-classic": "^3.9.1",
+ "@docusaurus/core": "^3.9.2",
+ "@docusaurus/preset-classic": "^3.9.2",
18
"@easyops-cn/docusaurus-search-local": "^0.45.0",
19
"@mdx-js/react": "^3.0.0",
20
"@svgr/webpack": "^5.5.0",
0 commit comments