Skip to content

Commit b9a6dbf

Browse files
committed
Remove node 12 from package.json engines
Support for node 12 was already officially dropped here: #490
1 parent 9d64a19 commit b9a6dbf

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
@@ -82,7 +82,7 @@
8282
"typescript": "^4.9.5"
8383
},
8484
"engines": {
85-
"node": "12.* || >= 14"
85+
"node": ">= 14.*"
8686
},
8787
"publishConfig": {
8888
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)