Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1ea47cf

Browse files
committed
Stop actively supporting node versions below v12
Our dependencies already require node 12 features which causes the tests on master to fail. Change-type: major Signed-off-by: Thodoris Greasidis <[email protected]>
1 parent 186a712 commit 1ea47cf

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
@@ -17,7 +17,7 @@
1717
"README.md"
1818
],
1919
"engines": {
20-
"node": ">=10.13.0",
20+
"node": ">=12.0.0",
2121
"npm": ">=5.7.0"
2222
},
2323
"scripts": {

0 commit comments

Comments
 (0)