Skip to content

Commit 2d3f365

Browse files
authored
Update docusaurus and lock node to v16 (#549)
1 parent cf81541 commit 2d3f365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc_generation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Setup NodeJS"
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: '18.x'
27+
node-version: '16.x'
2828

2929
- name: "Yarn install"
3030
run: yarn install

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {},
1010
"dependencies": {
1111
"@docusaurus/core": "2.2.0",
12-
"@docusaurus/preset-classic": "2.0.0-beta.21",
12+
"@docusaurus/preset-classic": "2.2.0",
1313
"clsx": "^1.1.1",
1414
"mdx-mermaid": "^1.2.3",
1515
"mermaid": "^8.12.0",

0 commit comments

Comments
 (0)