Skip to content

Commit 58f2e6f

Browse files
committed
Update docs on min node.js version
1 parent 0825fc9 commit 58f2e6f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
`serpapi-javascript` is developed using Deno. Refer to
66
https://deno.land/manual/getting_started/installation to install Deno.
77

8-
Verify that you're running at least Deno v1.28.3.
8+
Ensure you're running at least Deno v1.28.3.
99

1010
```bash
1111
deno --version

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ more.
1717

1818
### Node.js
1919

20+
Ensure you're running at least Node.js v16.14.
21+
2022
```bash
2123
npm install serpapi
2224
```

docs/migrating_from_google_search_results_nodejs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ migrate over to the `serpapi` npm package.
5151
- The `buildUrl`, `execute` and `search` methods are removed. Use `json` and
5252
`html` functions instead.
5353
- The `SerpApiSearch` class is removed as a public class.
54+
- Dropped support for Node.js 16.13 and below. This module supports Node.js
55+
16.14 and above.
5456

5557
## Fixed
5658

0 commit comments

Comments
 (0)