Skip to content

Commit

Permalink
Revert node engine version upgrade to avoid dependency incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Dec 12, 2023
1 parent dee0884 commit ff29ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["protobuf", "log", "java", "scala"],
additionalLanguages: ["protobuf", "log", "java", "scala"], // adding Scala fixes prisma + redocusaurus bug (https://github.com/facebook/docusaurus/issues/7209)
magicComments: [
// Remember to extend the default highlight class name as well!
{
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
]
},
"engines": {
"node": ">=18.19.0"
},
"volta": {
"node": "18.19.0",
"yarn": "1.22.21"
"node": ">=16.14"
}
}

0 comments on commit ff29ef1

Please sign in to comment.