File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
- python : 3.7
6
+ python : 3.x
7
7
commands :
8
8
- echo Entered the install phase...
9
9
- echo About to build $RESOURCE_PATH
@@ -12,7 +12,7 @@ phases:
12
12
- cat /var/log/docker.log
13
13
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
14
14
- 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
16
16
- npm --version
17
17
- node --version
18
18
- pwd
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
- python : 3.7
6
+ python : 3.x
7
7
commands :
8
8
- echo Entered the install phase...
9
9
- echo About to build $RESOURCE_PATH
@@ -12,7 +12,7 @@ phases:
12
12
- cat /var/log/docker.log
13
13
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
14
14
- 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
16
16
- npm --version
17
17
- node --version
18
18
- pwd
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
- python : 3.7
6
+ python : 3.x
7
7
commands :
8
8
- echo Entered the install phase...
9
9
- echo About to build $RESOURCE_PATH
@@ -12,7 +12,7 @@ phases:
12
12
- cat /var/log/docker.log
13
13
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
14
14
- 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
16
16
- npm --version
17
17
- node --version
18
18
- pwd
@@ -28,4 +28,4 @@ phases:
28
28
- ../publish-resource-regions.sh
29
29
finally :
30
30
- cat rpdk.log
31
- - ./cleanup.sh
31
+ - ./cleanup.sh
You can’t perform that action at this time.
0 commit comments