Skip to content

Commit

Permalink
Uninstall node 10 in buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dvassallo committed Jun 12, 2019
1 parent 97718fd commit ee92b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 0.2

phases:
install:
runtime-versions:
nodejs: 10
commands:
- yes | n uninstall
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- apt-get install -y nodejs
pre_build:
commands:
- node --version
- npm ci
build:
commands:
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloudformation/infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Resources:
Environment:
Type: LINUX_CONTAINER
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
Image: aws/codebuild/standard:1.0
Source:
Type: CODEPIPELINE

Expand Down

0 comments on commit ee92b97

Please sign in to comment.