Skip to content

Commit a856685

Browse files
committed
docs: clarify Node.js version support policy
1 parent 3030595 commit a856685

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ Please carefully read the LICENSE and EULA files. This package comes with certai
166166

167167
If you plan on using `node-geolite2` behind a firewall, you need to whitelist the `raw.githubusercontent.com` IP range for the database updates.
168168

169+
## Compatibility
170+
171+
We follow Node's [deprecation schedule](https://nodejs.org/en/about/releases/) and support all LTS versions that are either active or in maintenance mode.
172+
169173
## License
170174

171175
See [LICENSE](https://github.com/GitSquared/node-geolite2-redist/blob/master/LICENSE).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"types": "index.d.ts",
77
"engines": {
8-
"node": ">= 10.0.0"
8+
"node": ">= 12.0.0"
99
},
1010
"keywords": [
1111
"maxmind",

0 commit comments

Comments
 (0)