Skip to content

Commit

Permalink
Update AWS CodeBuild to use Node.js version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Feb 13, 2024
1 parent 9ec8b9a commit 75e8901
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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: 14.x
nodejs: 20.x

pre_build:
commands:
Expand Down
6 changes: 5 additions & 1 deletion docs/content/releases/6.2.5.md
Original file line number Diff line number Diff line change
@@ -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`).
* 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.

0 comments on commit 75e8901

Please sign in to comment.