Skip to content

Commit 2f2ac8f

Browse files
committed
fix: pin @aws-amplify/cli-internal to 14.2.5
1 parent f60136f commit 2f2ac8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function _installCLIFromLocalRegistry {
311311
npm config set fetch-retry-mintimeout 40000
312312
npm config set fetch-retry-maxtimeout 240000
313313
npm config set maxsockets 1
314-
retry_with_backoff 3 npm install -g @aws-amplify/cli-internal
314+
retry_with_backoff 3 npm install -g @aws-amplify/cli-internal@14.2.5
315315
echo "using Amplify CLI version: "$(amplify --version)
316316
npm list -g --depth=1 | grep -e '@aws-amplify/amplify-category-api' -e 'amplify-codegen'
317317
unsetNpmRegistryUrl

0 commit comments

Comments
 (0)