Skip to content

Commit

Permalink
Revert "Use Node 18 in CodeBuild"
Browse files Browse the repository at this point in the history
This reverts commit 2d19652.
  • Loading branch information
clareliguori committed Oct 1, 2023
1 parent 6680381 commit 92070af
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion canaries/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
- cd canaries
- npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion chat-bot/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
- cd chat-bot/bot
- npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion chat-bot/lex-model/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
- export AWS_ACCOUNT_ID=`echo $CODEBUILD_BUILD_ARN | awk -F":" '{print $5}'`
- cd chat-bot/lex-model
Expand Down
2 changes: 1 addition & 1 deletion static-site/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
# Install dependencies for both site content and for CDK
- npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion trivia-backend/infra/cdk/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
# Install CDK & jq, upgrade npm
- yum install -y jq
Expand Down
2 changes: 1 addition & 1 deletion trivia-backend/infra/codedeploy-blue-green/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
- yum install -y jq
- npm install -g npm@latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 18
nodejs: latest
commands:
- cd trivia-backend/infra/codedeploy-lifecycle-event-hooks
- npm install -g npm@latest
Expand Down

0 comments on commit 92070af

Please sign in to comment.