Skip to content

Commit

Permalink
BREAKING CHANGE: bump min node version to 12.20
Browse files Browse the repository at this point in the history
OKTA-407553
<<<Jenkins Check-In of Tested SHA: 1125253 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 6
PR Link: "#1049"
  • Loading branch information
shuowu authored and eng-prod-CI-bot-okta committed Jan 7, 2022
1 parent b164572 commit d053eee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 6.0.0

### Breaking Changes

- [#1003](https://github.com/okta/okta-auth-js/pull/1003) Supports generic UserClaims type. Custom claims should be extended by typescript generics, like `UserClaims<{ groups: string[]; }>`
- [#1049](https://github.com/okta/okta-auth-js/pull/1049) Bump minimum supported node version to 12.20

## 5.10.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"not IE_Mob 11"
],
"engines": {
"node": ">=11.0",
"node": ">=12.20",
"yarn": "^1.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH="${PATH}:$(yarn global bin)"

# Install required node version
export NVM_DIR="/root/.nvm"
setup_service node v12.13.0
setup_service node v12.20.0

cd ${OKTA_HOME}/${REPO}

Expand Down

0 comments on commit d053eee

Please sign in to comment.