We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df72cf2 commit 3bf6154Copy full SHA for 3bf6154
.nvmrc
@@ -1 +1 @@
1
-v18
+v20
docs/getting-started/enterprise/key-connector.mdx
@@ -15,7 +15,7 @@ understand how it works.
15
<Bitwarden>
16
17
- A [local development server](../server/guide.md), running in the
18
- [self-hosted configuration](../server/self-hosted/index.md)
+ [self-hosted configuration](../server/self-hosted/index.mdx)
19
- An enterprise organization with [Single Sign-On](../server/sso/index.md) configured
20
21
</Bitwarden>
package.json
@@ -64,7 +64,8 @@
64
]
65
},
66
"engines": {
67
- "node": ">=18"
+ "node": "~20",
68
+ "npm": "~10"
69
70
"lint-staged": {
71
"*": "prettier --cache --write --ignore-unknown",
0 commit comments