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 1823ce8 commit b655d25Copy full SHA for b655d25
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
- uses: actions/setup-node@v4
23
with:
24
- node-version: 18
+ node-version: 20
25
cache: yarn
26
- name: Test Build
27
run: |
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
- name: Build pages
48
package.json
@@ -14,8 +14,8 @@
14
"write-heading-ids": "docusaurus write-heading-ids"
15
},
16
"dependencies": {
17
- "@docusaurus/core": "^3.1.0",
18
- "@docusaurus/preset-classic": "^3.1.0",
+ "@docusaurus/core": "^3.3.2",
+ "@docusaurus/preset-classic": "^3.3.2",
19
"@mdx-js/react": "^3.0.0",
20
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
0 commit comments