diff --git a/buildspec.yml b/buildspec.yml index 23eca4c..8effe86 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -3,7 +3,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 14.x + nodejs: 20.x pre_build: commands: diff --git a/docs/content/releases/6.2.5.md b/docs/content/releases/6.2.5.md index 7f56be7..1fbe071 100644 --- a/docs/content/releases/6.2.5.md +++ b/docs/content/releases/6.2.5.md @@ -1,3 +1,7 @@ **Bug Fixes** -* Updated `SymbolParser.getProducerSymbol` function, addressing failure to properly translate symbols for futures which expire in 10 or more years (e.g. `CLG34` now correctly translates to `GLB4`). \ No newline at end of file +* Updated `SymbolParser.getProducerSymbol` function, addressing failure to properly translate symbols for futures which expire in 10 or more years (e.g. `CLG34` now correctly translates to `GLB4`). + +**Technical Enhancements** + +* Updated AWS CodeBuild to use Node.js version 20. \ No newline at end of file