Skip to content

Was running automated tests but they seem to be failing now #14614

Discussion options

You must be logged in to vote

This PR installed Sequelize ^5.19.3, but the lockfile still used 5.19.3. If you use npm i instead of npm ci, it's possible npm is going to install Sequelize 5.22.5 instead of 5.19.3. It's possible stricter typings were introduced between these two versions.

Note that Sequelize 5 is not maintained anymore: https://sequelize.org/releases/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kevkevinpal
Comment options

Answer selected by WikiRik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14613 on June 09, 2022 21:15.