Skip to content

Commit a8d9d42

Browse files
chore: Deprecate Node.js 14 (#2397)
1 parent 14dea58 commit a8d9d42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ information on using pull requests.
8787

8888
### Prerequisites
8989

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ requests, code review feedback, and also pull requests.
5959

6060
## Supported Environments
6161

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

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

0 commit comments

Comments
 (0)