Skip to content

Commit 7f0ab43

Browse files
chore(@embark/suggestions): remove <12.0.0 restriction re: Node.js version
1 parent c093cf8 commit 7f0ab43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/plugins/suggestions/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"typescript": "3.7.2"
5454
},
5555
"engines": {
56-
"node": ">=10.17.0 <12.0.0",
56+
"node": ">=10.17.0",
5757
"npm": ">=6.11.3",
5858
"yarn": ">=1.19.1"
5959
},
@@ -73,4 +73,3 @@
7373
}
7474
}
7575
}
76-

0 commit comments

Comments
 (0)