Skip to content

Commit

Permalink
Update package.json to include Node 18 (aws#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrung authored Jul 7, 2022
1 parent 82710ab commit d4898ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update package.json to include Node 18.

### Fixed

## [3.6.0] - 2022-06-23
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"NOTICE"
],
"engines": {
"node": "^12 || ^14 || ^15 || ^16",
"node": "^12 || ^14 || ^15 || ^16 || ^18",
"npm": "^6 || ^7 || ^8"
},
"scripts": {
Expand Down

0 comments on commit d4898ee

Please sign in to comment.