Skip to content

Commit f193e1e

Browse files
committed
feat(kitsu)!: drop support for node 14 and 16. minimum supported node is now 18
1 parent 33f1bc2 commit f193e1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/presets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const minNode = 14
1+
const minNode = 18
22
const mainBrowsers = [
33
'last 2 years',
44
'not < 0.05%'

packages/kitsu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"funding": "https://github.com/sponsors/wopian",
2424
"engines": {
25-
"node": ">= 14"
25+
"node": "18 || 20 || >= 22"
2626
},
2727
"keywords": [
2828
"kitsu",

0 commit comments

Comments
 (0)