-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package.json - update node engines #410
Conversation
Codecov Report
@@ Coverage Diff @@
## master #410 +/- ##
=======================================
Coverage 78.58% 78.58%
=======================================
Files 36 36
Lines 780 780
=======================================
Hits 613 613
Misses 167 167 Continue to review full report at Codecov.
|
… 407_node_engines
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
package.json
Outdated
@@ -10,7 +10,7 @@ | |||
] | |||
}, | |||
"engines": { | |||
"node": ">=12.19.0 <=16.13.0" | |||
"node": "^12.19.0 || ^14.15.0 || ^16.13.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as https://github.com/GluuFederation/gluu-passport/pull/397/files#r785360818 I thought we were gonna move to 16 only. Why do we still need 12 and 14?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No mate, Our passport supports 14 and 16 both. I will remove 12.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! @christian-hawk mate, do you also want me to update the github workflows?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
run tests |
surpassed by #451 |
close #407