You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of the changes is the following.
* Transformed `--no-install-recommends` and `--no-install-suggests` into
`apt-get` configuration options to bring them into `apt-get` commands
run by the `setup-tarantool` action. It reduces a list of installed
dependencies and, so, reduces a size of the cache file (~200MB to
~30MB).
* Eliminated `apt-get upgrade`, because I see no reason to perform it.
Kept `apt-get update` (refreshing of repositories metadata).
* Extracted the `tzdata` package installation to make the reason of this
step clear.
* Clarified the `setup-node` invocation to make it clear that it is not
a required step for using the setup-tarantool action is a container
job.
* Updated setup-node action to v4, updated nodejs version to 20.
Part of #47
0 commit comments