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)
This commit is contained in:
committed by
Bjarke Berg
parent
5ae984aca6
commit
7f798bcc91
@@ -23,7 +23,7 @@ parameters:
|
||||
default: false
|
||||
|
||||
variables:
|
||||
nodeVersion: 16.17.0
|
||||
nodeVersion: 18.16.0
|
||||
dotnetVersion: 7.x
|
||||
dotnetIncludePreviewVersions: true
|
||||
solution: umbraco.sln
|
||||
|
||||
Reference in New Issue
Block a user