Skip to content

Commit 4054c34

Browse files
authored
chore!: deprecate node 14, minimum version is now node 16 (#34)
1 parent 873ff7c commit 4054c34

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
@@ -11,7 +11,7 @@
1111
"template"
1212
],
1313
"engines": {
14-
"node": "^14.13.1 || >=16.0.0"
14+
"node": ">=16.0.0"
1515
},
1616
"packageManager": "pnpm@8.3.0",
1717
"scripts": {

0 commit comments

Comments
 (0)