nimblehq / elixir-templates

Our optimized Elixir templates used in our projects
https://nimblehq.co
MIT License
86 stars 6 forks source link

Upgrade Elixir, Erlang and Alpine version #229

Closed andyduong1920 closed 2 years ago

andyduong1920 commented 2 years ago

What happened

Upgrade

Add the HeexFormatter -> Closes https://github.com/nimblehq/elixir-templates/issues/207

Insight

This is done by the helper on https://github.com/nimblehq/elixir-templates/pull/228

image

Note:

I also update the test/nimble_template/version_test.exs to use a different version format from the actual version as it could be a conflict between the real version vs the test version.

Proof Of Work

The test is passed