Skip to content

Commit

Permalink
Merge pull request #1001 from maxmind/dallas/drop-node-14
Browse files Browse the repository at this point in the history
Drop Node v14 support
  • Loading branch information
dhogan8 authored May 17, 2023
2 parents 27653d9 + 11b7992 commit 7529417
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14, 16, 18]
version: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

5.0.0 (2023-05-16)
------------------

* Drop Node 14 support

4.7.0 (2023-02-21)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services](https://dev.maxmind.com/minfraud/).

## Requirements

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

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxmind/minfraud-api-node",
"version": "4.7.0",
"version": "5.0.0",
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
"main": "dist/src/index.js",
"homepage": "https://github.com/maxmind/minfraud-api-node",
Expand Down

0 comments on commit 7529417

Please sign in to comment.