Skip to content

Commit 504c98d

Browse files
authored
build: mark latest supported version as Node 16
BREAKING CHANGE: Explicitely drops support for Node.js 14 and 15
1 parent 91bef53 commit 504c98d

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
@@ -18,7 +18,7 @@
1818
"src"
1919
],
2020
"engines": {
21-
"node": ">=14"
21+
"node": ">=16"
2222
},
2323
"scripts": {
2424
"start": "tsdx watch",

0 commit comments

Comments
 (0)