Skip to content

Commit

Permalink
fix: node18 support (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
huksley committed Nov 19, 2022
1 parent 0ec2ab8 commit f95a171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ AWS:

| Runtime | Target |
| ------------ | -------- |
| `nodejs18.x` | `node18` |
| `nodejs16.x` | `node16` |
| `nodejs14.x` | `node14` |
| `nodejs12.x` | `node12` |
Expand Down
1 change: 1 addition & 0 deletions src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const doSharePath = (child, parent) => {

export const providerRuntimeMatcher = Object.freeze({
aws: {
'nodejs18.x': 'node18',
'nodejs16.x': 'node16',
'nodejs14.x': 'node14',
'nodejs12.x': 'node12',
Expand Down

0 comments on commit f95a171

Please sign in to comment.