Skip to content

Commit 11b7992

Browse files
committed
Drop Node v14 support
1 parent 27653d9 commit 11b7992

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
version: [14, 16, 18]
12+
version: [16, 18, 20]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
5.0.0 (2023-05-16)
5+
------------------
6+
7+
* Drop Node 14 support
8+
49
4.7.0 (2023-02-21)
510
------------------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services](https://dev.maxmind.com/minfraud/).
1010

1111
## Requirements
1212

13-
MaxMind has tested this API with Node.js versions 14, 16, and 18. We aim to support
13+
MaxMind has tested this API with Node.js versions 16, 18, and 20. We aim to support
1414
active or maintained LTS versions of Node.js.
1515

1616
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmind/minfraud-api-node",
3-
"version": "4.7.0",
3+
"version": "5.0.0",
44
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",

0 commit comments

Comments
 (0)