Skip to content

Commit 15cba0a

Browse files
authored
feat: bump minimum required node.js version from 20 to 22 and remove upper limit (#18274)
1 parent 1663bc4 commit 15cba0a

File tree

7 files changed

+497
-384
lines changed

7 files changed

+497
-384
lines changed

src/Umbraco.Web.UI.Client/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

src/Umbraco.Web.UI.Client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Web.UI.Client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
"generate:ui-api-docs": "typedoc --options typedoc.config.js"
197197
},
198198
"engines": {
199-
"node": ">=20.9 <21",
200-
"npm": ">=10.1 < 11"
199+
"node": ">=22",
200+
"npm": ">=10.9"
201201
},
202202
"dependencies": {
203203
"@tiptap/core": "2.11.2",
@@ -296,4 +296,4 @@
296296
"access": "public",
297297
"registry": "https://registry.npmjs.org/"
298298
}
299-
}
299+
}

src/Umbraco.Web.UI.Login/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.9
1+
22

0 commit comments

Comments
 (0)