Skip to content

Commit d19a515

Browse files
author
Kamil Sobol
committed
chore: no explicit versions
1 parent 43a4b01 commit d19a515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install_cli_with_local_codegen: &install_cli
5858
startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
5959
setNpmRegistryUrlToLocal
6060
changeNpmGlobalPath
61-
npm install -g @aws-amplify/cli-internal@^11.0.0
61+
npm install -g @aws-amplify/cli-internal
6262
amplify -v
6363
npm list --global --depth=1
6464
unsetNpmRegistryUrl

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install_cli_with_local_codegen: &ref_3
5454
startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml"
5555
setNpmRegistryUrlToLocal
5656
changeNpmGlobalPath
57-
npm install -g @aws-amplify/cli-internal@^11.0.0
57+
npm install -g @aws-amplify/cli-internal
5858
amplify -v
5959
npm list --global --depth=1
6060
unsetNpmRegistryUrl

0 commit comments

Comments
 (0)