Skip to content

Commit

Permalink
πŸ“ docs(ProjectManifest, AWS): add node 20 as a runtime option in aws
Browse files Browse the repository at this point in the history
manifest
  • Loading branch information
Moshyfawn authored and ryanblock committed Nov 16, 2023
1 parent 399df04 commit a709796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/docs/en/reference/project-manifest/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Local AWS profile name to use with this project, as defined in your [local AWS c
| Runtime | Versions | Example | Alias<sup>1</sup> |
|---------|-------------------------------------|---------------|---------------------------|
| Node.js | 14.x, 16.x (default), 18.x | `nodejs16.x` | `node` `nodejs` `node.js` |
| Node.js | 14.x, 16.x (default), 18.x, 20.x | `nodejs16.x` | `node` `nodejs` `node.js` |
| Python | 3.7, 3.8, 3.9 (default), 3.10, 3.11 | `python3.9` | `python` `py` |
| Ruby | 2.7 (default). 3.2 | `ruby2.7` | `ruby` `rb` |
| .NET | 6 (default), 7 | `dotnet6` | `dotnet` `.net` |
Expand Down

0 comments on commit a709796

Please sign in to comment.