Skip to content

Commit

Permalink
Adds Node 18 support (#61)
Browse files Browse the repository at this point in the history
OKTA-574451 adds node 18 support
  • Loading branch information
jaredperreault-okta authored Feb 6, 2023
1 parent afcea86 commit 128d8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 5.0.1

-[#60](https://github.com/okta/okta-oidc-middleware/pull/60) chore: dependency updates
-[#61](https://github.com/okta/okta-oidc-middleware/pull/60) chore: adds Node 18 support

# 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"kill:port": "kill -s TERM $(lsof -t -i:8080 -sTCP:LISTEN) || true"
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
"node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.14.0"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 128d8ac

Please sign in to comment.