mikenicholson / passport-jwt

Passport authentication using JSON Web Tokens
MIT License
1.96k stars 213 forks source link

Fix CI after merging #238 #239

Closed mikenicholson closed 1 year ago

mikenicholson commented 1 year ago

Fix CI after merging #238. The following changes were required:

This PR also disables the fail-fast option in matrix builds to provide feedback on all versions, even if one fails.