Skip to content

Commit ee6f7da

Browse files
committed
build(package)!: bump minimum supported node versions to maintained
BREAKING CHANGE: minimum supported Node.js version is now 18.19.0
1 parent 266c219 commit ee6f7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
}
184184
},
185185
"engines": {
186-
"node": "^14.20.0 || ^16.16.0 || >=18.5.0"
186+
"node": "^18.19.0 || ^20.10.0 || >=21.3.0"
187187
},
188188
"publishConfig": {
189189
"access": "public"

0 commit comments

Comments
 (0)