Skip to content

Commit

Permalink
chore: Deprecate Node.js 14 (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Dec 6, 2023
1 parent 14dea58 commit a8d9d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ information on using pull requests.

### Prerequisites

1. Node.js 14 or higher.
1. Node.js 16 or higher.
2. `npm` 6 or higher.
3. Google Cloud SDK ([`gcloud`](https://cloud.google.com/sdk/downloads) utility).

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ requests, code review feedback, and also pull requests.

## Supported Environments

We support Node.js 14 and higher.
We support Node.js 14 and higher. However, Node.js 14 support is deprecated. We strongly encourage
you to use Node.js 16 or higher as we will drop support for Node.js 14 in the next major version.

Please also note that the Admin SDK should only
be used in server-side/back-end environments controlled by the app developer.
Expand Down

0 comments on commit a8d9d42

Please sign in to comment.