Skip to content

Commit

Permalink
Bump NodeJS to 14 (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky authored Aug 3, 2023
1 parent 445d5aa commit dbe90d1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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 recommended Node.js version is 12 or higher,
The required Node.js version is 14 or higher,
Mono and the Android-SDK are required to run the UI test for Android and iOS.

## Installation
Expand Down
14 changes: 7 additions & 7 deletions appcenter-file-upload-client-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion appcenter-file-upload-client-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"main": "out/index.js",
"devDependencies": {
"@types/mocha": "9.0.0",
"@types/node": "12.x",
"@types/node": "14.x",
"@types/uuid": "7.0.3",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",
Expand Down
4 changes: 2 additions & 2 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 12 and [TypeScript](http://typescriptlang.org).
App Center cli is written using Node.js version 14 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,7 +18,7 @@ is used to record and playback mock http traffic.

### Prerequisites

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

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": ">=12.0.0"
"node": ">=14.0.0"
},
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit dbe90d1

Please sign in to comment.