Skip to content

Commit

Permalink
Add Node 16 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed May 12, 2022
1 parent 57b3f13 commit be21c4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
## Unreleased

## 0.3.11 - 2022-05-12

## What's Changed

### Added

- Add [Node 16 runtime](https://aws.amazon.com/blogs/compute/node-js-16-x-runtime-now-available-in-aws-lambda/) const


## 0.3.10 - 2022-05-11

## What's Changed
Expand Down
1 change: 1 addition & 0 deletions src/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

abstract class Runtime
{
public const NODEJS_16 = 'nodejs16.x';
public const NODEJS_14 = 'nodejs14.x';
public const NODEJS_12 = 'nodejs12.x';
public const NODEJS_10 = 'nodejs10.x';
Expand Down

0 comments on commit be21c4e

Please sign in to comment.