Skip to content

Commit 0391b47

Browse files
authored
[FSSDK-11330] update supported versions of platforms (#1059)
1 parent c477d60 commit 0391b47

File tree

3 files changed

+3860
-6064
lines changed

3 files changed

+3860
-6064
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,15 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat
3131
3232
### Prerequisites
3333

34-
Ensure the SDK supports all of the platforms you're targeting. In particular, the SDK targets modern ES5-compliant JavaScript environment. We officially support:
35-
- Node.js >= 16.0.0. By extension, environments like AWS Lambda, Google Cloud Functions, and Auth0 Webtasks are supported as well. Older Node.js releases likely work too (try `npm test` to validate for yourself), but are not formally supported.
34+
Ensure the SDK supports all of the platforms you're targeting. In particular, the SDK targets modern ES6-compliant JavaScript environments. We officially support:
35+
- Node.js >= 18.0.0. By extension, environments like AWS Lambda, Google Cloud Functions, and Auth0 Webtasks are supported as well. Older Node.js releases likely work too (try `npm test` to validate for yourself), but are not formally supported.
3636
- Modern Web Browsers, such as Microsoft Edge 84+, Firefox 91+, Safari 13+, and Chrome 102+, Opera 76+
3737

3838
In addition, other environments are likely compatible but are not formally supported including:
3939
- Progressive Web Apps, WebViews, and hybrid mobile apps like those built with React Native and Apache Cordova.
4040
- [Cloudflare Workers](https://developers.cloudflare.com/workers/) and [Fly](https://fly.io/), both of which are powered by recent releases of V8.
4141
- Anywhere else you can think of that might embed a JavaScript engine. The sky is the limit; experiment everywhere! 🚀
4242

43-
### Requirements
44-
45-
* JavaScript (Browser): Modern web browser that is ES5-compliant.
46-
47-
* JavaScript (Node): Node 16.0.0+
48-
4943

5044
### Install the SDK
5145

0 commit comments

Comments
 (0)