mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
732 stars 280 forks source link

Update CI config #456

Closed XhmikosR closed 1 year ago

XhmikosR commented 2 years ago

Fixes all CI warnings and should be safer and faster


PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[X] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[X] No

Other information

Note that you could probably remove actions/cache (or cache: 'npm') and just use one approach later

XhmikosR commented 1 year ago

@mauriciovigolo this should be merged before #454 since I update the actions here :)