Skip to content

Commit 888efb9

Browse files
authored
fix: increase node 12 support to ^12.13 (#2771)
1 parent 38f01fa commit 888efb9

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
@@ -34,7 +34,7 @@
3434
"which": "^2.0.2"
3535
},
3636
"engines": {
37-
"node": "^12.22 || ^14.13 || >=16"
37+
"node": "^12.13 || ^14.13 || >=16"
3838
},
3939
"devDependencies": {
4040
"bindings": "^1.5.0",

0 commit comments

Comments
 (0)