Skip to content

Commit 3bf6154

Browse files
authored
[PM-8773][deps] Bump/pin node major version to v20 (#367)
* bump and pin node major version to v20 * fix broken document link
1 parent df72cf2 commit 3bf6154

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

docs/getting-started/enterprise/key-connector.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ understand how it works.
1515
<Bitwarden>
1616

1717
- A [local development server](../server/guide.md), running in the
18-
[self-hosted configuration](../server/self-hosted/index.md)
18+
[self-hosted configuration](../server/self-hosted/index.mdx)
1919
- An enterprise organization with [Single Sign-On](../server/sso/index.md) configured
2020

2121
</Bitwarden>

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
]
6565
},
6666
"engines": {
67-
"node": ">=18"
67+
"node": "~20",
68+
"npm": "~10"
6869
},
6970
"lint-staged": {
7071
"*": "prettier --cache --write --ignore-unknown",

0 commit comments

Comments
 (0)