Skip to content

Commit c714408

Browse files
authored
fix(cli): Pin @ionic/utils-subprocess version for node 12 support (#6524)
1 parent 4000b02 commit c714408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@ionic/cli-framework-output": "^2.2.5",
4848
"@ionic/utils-fs": "^3.1.6",
49-
"@ionic/utils-subprocess": "^2.1.11",
49+
"@ionic/utils-subprocess": "2.1.11",
5050
"@ionic/utils-terminal": "^2.3.3",
5151
"commander": "^9.3.0",
5252
"debug": "^4.3.4",

0 commit comments

Comments
 (0)