Skip to content

Commit 2839e4b

Browse files
Fix build
1 parent 47c0e09 commit 2839e4b

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 21.x]
16+
node-version: [20.x, 21.x, 22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
- Require Node JS 20+.
910

1011
## [6.0.0]
1112
### Changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,18 @@
5757
},
5858
"author": "Ipregistry <support@ipregistry.co>",
5959
"devDependencies": {
60-
"@typescript-eslint/eslint-plugin": "^7.12.0",
61-
"@typescript-eslint/parser": "^7.12.0",
60+
"@swc/core": "^1.6.13",
61+
"@typescript-eslint/eslint-plugin": "^7.16.1",
62+
"@typescript-eslint/parser": "^7.16.1",
6263
"chai": "^5.1.1",
63-
"prettier": "^3.3.0",
64-
"terser": "^5.31.0",
64+
"prettier": "^3.3.3",
65+
"terser": "^5.31.3",
6566
"ts-node": "^10.9.2",
6667
"tsdoc": "^0.0.4",
67-
"tslib": "^2.6.2",
68-
"tsup": "^8.1.0",
69-
"typedoc": "^0.26.3",
70-
"typescript": "^5.4.5"
68+
"tslib": "^2.6.3",
69+
"tsup": "^8.1.1",
70+
"typedoc": "^0.26.4",
71+
"typescript": "^5.5.3"
7172
},
7273
"dependencies": {
7374
"lru-cache": "^11.0.0"

0 commit comments

Comments
 (0)