Skip to content

Commit

Permalink
Revert "BREAKING CHANGE: bump min node version to 12.20"
Browse files Browse the repository at this point in the history
This reverts commit d053eee.

OKTA-460241
<<<Jenkins Check-In of Tested SHA: bf894c2 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 3
PR Link: "#1056"
  • Loading branch information
shuowu authored and jaredperreault-okta committed Jan 20, 2022
1 parent e1a829a commit 5526ba9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
### 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
- [#1050](https://github.com/okta/okta-auth-js/pull/1050) Removes `userAgent` field from oktaAuth instance
- [#1014](https://github.com/okta/okta-auth-js/pull/1014) Shared transaction storage is automatically cleared on success and error states. Storage is not cleared for "terminal" state which is neither success nor error.
- [#1051](https://github.com/okta/okta-auth-js/pull/1051) Removes `useMultipleCookies` from CookieStorage options
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": ">=12.20",
"node": ">=11.0",
"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.20.0
setup_service node v12.13.0

cd ${OKTA_HOME}/${REPO}

Expand Down

0 comments on commit 5526ba9

Please sign in to comment.