Skip to content

Commit 2997a1c

Browse files
authoredDec 13, 2023
Merge pull request #23 from saieshwarm/main
Update Build Specs
2 parents bb8cb34 + 4a2ae0e commit 2997a1c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎alpha-buildspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
python: 3.7
6+
python: 3.x
77
commands:
88
- echo Entered the install phase...
99
- echo About to build $RESOURCE_PATH
@@ -12,7 +12,7 @@ phases:
1212
- cat /var/log/docker.log
1313
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
1414
- export NVM_DIR="$HOME/.nvm"
15-
- echo "Loading nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 14 && nvm install-latest-npm
15+
- echo "Loading nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 16 && nvm install-latest-npm
1616
- npm --version
1717
- node --version
1818
- pwd

‎beta-buildspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
python: 3.7
6+
python: 3.x
77
commands:
88
- echo Entered the install phase...
99
- echo About to build $RESOURCE_PATH
@@ -12,7 +12,7 @@ phases:
1212
- cat /var/log/docker.log
1313
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
1414
- export NVM_DIR="$HOME/.nvm"
15-
- echo "Loading nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 14 && nvm install-latest-npm
15+
- echo "Loading nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 16 && nvm install-latest-npm
1616
- npm --version
1717
- node --version
1818
- pwd

‎prod-buildspec.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
python: 3.7
6+
python: 3.x
77
commands:
88
- echo Entered the install phase...
99
- echo About to build $RESOURCE_PATH
@@ -12,7 +12,7 @@ phases:
1212
- cat /var/log/docker.log
1313
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
1414
- export NVM_DIR="$HOME/.nvm"
15-
- echo "Loading nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 14 && nvm install-latest-npm
15+
- echo "Loading nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 16 && nvm install-latest-npm
1616
- npm --version
1717
- node --version
1818
- pwd
@@ -28,4 +28,4 @@ phases:
2828
- ../publish-resource-regions.sh
2929
finally:
3030
- cat rpdk.log
31-
- ./cleanup.sh
31+
- ./cleanup.sh

0 commit comments

Comments
 (0)
Please sign in to comment.