We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2ac8f commit f500e47Copy full SHA for f500e47
1 file changed
shared-scripts.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-AMPLIFY_NODE_VERSION=24.12.0
+AMPLIFY_NODE_VERSION=22
4
5
# set exit on error to true
6
set -e
@@ -311,7 +311,7 @@ function _installCLIFromLocalRegistry {
311
npm config set fetch-retry-mintimeout 40000
312
npm config set fetch-retry-maxtimeout 240000
313
npm config set maxsockets 1
314
- retry_with_backoff 3 npm install -g @aws-amplify/cli-internal@14.2.5
+ retry_with_backoff 3 npm install -g @aws-amplify/cli-internal
315
echo "using Amplify CLI version: "$(amplify --version)
316
npm list -g --depth=1 | grep -e '@aws-amplify/amplify-category-api' -e 'amplify-codegen'
317
unsetNpmRegistryUrl
0 commit comments