Skip to content

Commit

Permalink
Updated CodeBuild nodejs and python runtime versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dch90 committed Apr 27, 2023
1 parent 9f385c3 commit 7caecb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.2] - 2023-04-27

### Changed

* Updated buildspec nodejs and python version to 14 and 3.9 respectively

## [5.1.1] - 2023-04-13

### Changed
Expand Down
8 changes: 6 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ version: 0.2
###############################################################################
# DO NOT MODIFY THIS FILE.
# This file is used by the build pipeline for the [Media Insights on AWS solution](https://aws.amazon.com/solutions/implementations/media-insights-on-aws/).
#
# NOTE - Ensure aws/codebuild/standard:5.0 Codebuild image version is selected
# when creating the build pipeline.
#
###############################################################################

phases:
install:
runtime-versions:
nodejs: 16
python: 3.10
nodejs: 14
python: 3.9
commands:
- echo "nothing to do in install"
pre_build:
Expand Down

0 comments on commit 7caecb3

Please sign in to comment.