ai-cfia / github-workflows

Reusable github workflows
MIT License
2 stars 0 forks source link

Remove versioning to 9.8.1 for npm in our node lint test workflows #85

Closed k-allagbe closed 7 months ago

k-allagbe commented 10 months ago

If possible. The workflow could keep the current npm version as a default if possible. This would prevent breaking repos that depend on it.

k-allagbe commented 7 months ago

I believe we forced npm@9.8.1 in the lint test workflow before because we had some dependency issues with create-react-app. We have now moved to Vite and we should no longer need to force npm@9.8.1.