Skip to content

Commit f24c953

Browse files
authored
Update recommended Node version for development (#8188)
As of April 19th, 2024, the CI is using Node 20.12.0 for testing. Node <18 no longer works with some dependencies that were recently updated, namely chromedriver 116.0.1 -> 119.0.1.
1 parent b74d8a2 commit f24c953

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ 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. 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.
32+
installed on your machine. As of April 19th, 2024 the team has been testing with Node.js version
33+
`20.12.2`, but the required verison of Node.js may change as we update our dependencies.
3534

3635
To download Node.js visit https://nodejs.org/en/download/.
3736

@@ -64,7 +63,7 @@ $ yarn -v
6463
$ java -version
6564
```
6665

67-
Your `node` version should be between `16.4.0` and `16.6.0`, your `yarn` version should
66+
Your `node` version should be `20.12.2`, your `yarn` version should
6867
be between `1.0.0` and `1.22.11`, and your `java` version should be `11.0` or greater.
6968

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

0 commit comments

Comments
 (0)