Skip to content

Commit

Permalink
Build: [AEA-4149] - Bump nodejs version to 20.X (#442)
Browse files Browse the repository at this point in the history
## Summary

- 🤖 Operational or Infrastructure Change
- 
### Details

Bumping Node-JS to version 20.x. 

#### Acceptance Criteria

- local dev container runs node 20
- lambdas deployed use node 20
- all unit tests pass
  • Loading branch information
wildjames authored Aug 29, 2024
1 parent 16b467a commit 78fb362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 18.16.0
nodejs 20.17.0
python 3.8.15
poetry 1.6.1
shellcheck 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion SAMtemplates/main_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Globals:
MemorySize: 256
Architectures:
- x86_64
Runtime: nodejs18.x
Runtime: nodejs20.x
Environment:
Variables:
TargetSpineServer: !Ref TargetSpineServer
Expand Down
2 changes: 1 addition & 1 deletion SAMtemplates/sandbox_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Globals:
MemorySize: 256
Architectures:
- x86_64
Runtime: nodejs18.x
Runtime: nodejs20.x
Environment:
Variables:
NODE_OPTIONS: --enable-source-maps
Expand Down

0 comments on commit 78fb362

Please sign in to comment.