Skip to content

Commit

Permalink
Support all current LTS Node versions (>=18.0.0) (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Jun 3, 2024
1 parent 9910da6 commit 10557cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log - oav

## 05/31/2024 3.3.6

- Support all current LTS Node versions (>=18.0.0)

## 05/7/2024 3.3.5

- Bump Node engine version requirement for security vulnerability.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oav",
"version": "3.3.5",
"version": "3.3.6",
"author": {
"name": "Microsoft Corporation",
"email": "[email protected]",
Expand Down Expand Up @@ -131,7 +131,7 @@
"li": "npm install @ts-common/local-install --no-save && local-install"
},
"engines": {
"node": ">=20.11.1"
"node": ">=18.0.0"
},
"jest-junit": {
"output": "test-results.xml"
Expand Down

0 comments on commit 10557cd

Please sign in to comment.