File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ install_cli_with_local_codegen: &install_cli
58
58
startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
59
59
setNpmRegistryUrlToLocal
60
60
changeNpmGlobalPath
61
- npm install -g @aws-amplify/cli-internal@^11.0.0
61
+ npm install -g @aws-amplify/cli-internal
62
62
amplify -v
63
63
npm list --global --depth=1
64
64
unsetNpmRegistryUrl
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ install_cli_with_local_codegen: &ref_3
54
54
startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
55
55
setNpmRegistryUrlToLocal
56
56
changeNpmGlobalPath
57
- npm install -g @aws-amplify/cli-internal@^11.0.0
57
+ npm install -g @aws-amplify/cli-internal
58
58
amplify -v
59
59
npm list --global --depth=1
60
60
unsetNpmRegistryUrl
You can’t perform that action at this time.
0 commit comments