Skip to content

Commit f851713

Browse files
committed
feat!: drop support for node 14 and 16. node 18 minimum supported version
1 parent 807bc7b commit f851713

4 files changed

Lines changed: 4 additions & 4 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%'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/wopian/kitsu/issues"
77
},
88
"engines": {
9-
"node": ">= 14"
9+
"node": "18 || 20 || >= 22"
1010
},
1111
"workspaces": [
1212
"packages/*"

packages/kitsu-core/package.json

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

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)