Skip to content

Commit 7f798bc

Browse files
iOvergaardbergmania
authored andcommitted
v12: add support for Node.js 18 (#14259)
* add .nvmrc to instruct NVM of preferred version * update azure-pipelines.yml with node 18.16 * update "engines" section of package.json with preferred node.js 18.16 * update lockfiles in accordance with node 18 (lockfileVersion: 3)
1 parent 5ae984a commit 7f798bc

File tree

5 files changed

+6
-14353
lines changed

5 files changed

+6
-14353
lines changed

build/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
default: false
2424

2525
variables:
26-
nodeVersion: 16.17.0
26+
nodeVersion: 18.16.0
2727
dotnetVersion: 7.x
2828
dotnetIncludePreviewVersions: true
2929
solution: umbraco.sln

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.16

0 commit comments

Comments
 (0)