Skip to content

Commit 574585a

Browse files
authored
Update README.md with Node.js and JDK versions (#7363)
1 parent e522056 commit 574585a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Please see [Environment Support](https://firebase.google.com/support/guides/envi
2929
#### Node.js
3030

3131
Before you can start working on the Firebase JS SDK, you need to have Node.js
32-
installed on your machine. The currently supported versions are `10.15.0` through `16.6.0`.
32+
installed on your machine. As of June 13th, 2023 the team has been testing with Node.js versions
33+
between `16.4.0` and `16.16.0`, but the required verison of Node.js may change as we update
34+
our dependencies.
3335

3436
To download Node.js visit https://nodejs.org/en/download/.
3537

@@ -50,7 +52,7 @@ $ yarn set version 1.22.11
5052

5153
#### Java
5254

53-
The closure compiler requires a modern Java installation. Java 11+ should be installed: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
55+
The closure compiler requires a modern Java installation. Java 11+ should be installed: https://www.oracle.com/java/technologies/downloads/#java11
5456

5557
#### Verify Prerequisites
5658

@@ -62,7 +64,7 @@ $ yarn -v
6264
$ java -version
6365
```
6466

65-
Your `node` version should be between `10.15.0` and `16.6.0`, your `yarn` version should
67+
Your `node` version should be between `16.4.0` and `16.6.0`, your `yarn` version should
6668
be between `1.0.0` and `1.22.11`, and your `java` version should be `11.0` or greater.
6769

6870
_NOTE: We will update the documentation as new versions are required, however

0 commit comments

Comments
 (0)