Skip to content
Open
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 20
node-version: 22
- name: Check that package-lock.json is valid JSON
run: jq empty package-lock.json
- name: Install npm packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
version: [22, 24]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
CHANGELOG
=========

8.4.0
9.0.0
------------------

* **Breaking** Dropped support for Node.js 18 and 20. The minimum supported version is
now 22.
* Added the input `/device/tracking_token`. This is the token generated by
the [Device Tracking Add-on](https://dev.maxmind.com/minfraud/track-devices)
for explicit device linking. You may provide this by providing
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 18 and 20. We aim to support
MaxMind has tested this API with Node.js versions 22 and 24. We aim to support
active or maintained LTS versions of Node.js.

## Installation
Expand Down
5,578 changes: 2,162 additions & 3,416 deletions e2e/js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"jest": "^29.5.0"
"jest": "^30.0.0"
}
}
Loading