Skip to content

Commit 0c79cf4

Browse files
committed
fix(node): bump minimum supported node to 14.13
- this is technically the most recent minor version
1 parent 92c6309 commit 0c79cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"engines": {
45-
"node": "^10.13.0 || ^12.10.0 || ^14.11.0"
45+
"node": "^10.13.0 || ^12.10.0 || ^14.13.0"
4646
},
4747
"preferGlobal": true,
4848
"dependencies": {

0 commit comments

Comments
 (0)