Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump NodeJS to 14 #2407

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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