Skip to content

Commit

Permalink
Bump node version (#2489)
Browse files Browse the repository at this point in the history
* Update Node.js version requirement to 18
* Update Node.js version to 18 in contributing.md
  • Loading branch information
MikhailSuendukov authored Mar 28, 2024
1 parent 536f672 commit 0082871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ commands that they'd like to execute. You can currently login and view/configure

## Prerequisites

The required Node.js version is 14 or higher,
The required Node.js version is 18 or higher,
Mono and the Android-SDK are required to run the UI test for Android and iOS.

## Installation
Expand Down
5 changes: 2 additions & 3 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local CI configurations).

## Technologies Used

App Center cli is written using Node.js version 14 and [TypeScript](http://typescriptlang.org).
App Center cli is written using Node.js version 18 and [TypeScript](http://typescriptlang.org).
Wrappers over the App Center HTTP API are generated using the [AutoRest](https://github.com/Azure/autorest) code generator.
And the usual plethora of npm modules.

Expand All @@ -18,8 +18,7 @@ is used to record and playback mock http traffic.

### Prerequisites

Install the latest version of Node 14 from [here](https://nodejs.org). If you are on a Mac, we recommend
a 64-bit version.
Install the latest version of Node 18 from [here](https://nodejs.org).

Also have a working git installation. The code is available from this [repo](https://github.com/microsoft/appcenter-cli).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"homepage": "https://github.com/microsoft/appcenter-cli#readme",
"engine": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 0082871

Please sign in to comment.