Skip to content

Commit 0906733

Browse files
authored
build(node): bumps minimum targetted version to Node 16 (#145)
BREAKING CHANGE: Drops official support for Node.js 14, however since no code changes are made, in all likeliness older versions will keep working fine.
1 parent 8a2df4d commit 0906733

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.nvmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
14
1+
16
2+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src"
1212
],
1313
"engines": {
14-
"node": ">=14"
14+
"node": ">=16"
1515
},
1616
"scripts": {
1717
"start": "tsdx watch",

0 commit comments

Comments
 (0)