-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update CD action versions and add poetry and npm caching #85
Conversation
e85f18a
to
6812e1d
Compare
Current state: Old TODO list
- [ ] Fix: Pre-Release versions not being replaced |
Upon further discussion in private with the @nikitastupin we decided to split PR in 2 parts: the first would update the CD versions and add caching/cleanup. The other part would introduce pre-release build workflow. TODO list:
Another PRs:
|
6cb21b6
to
9446722
Compare
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.
A couple of neat picks otherwise looks good! Thank you!
Update action versions Add `make_latest` param to version release Update node version
`npm ci` instead of `npm install` is more suitable for CI many minor changes required for caching
Add descriptive names to steps
- Autoformat - Add names to steps
Merging! Thank you! |
No description provided.