Skip to content
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

Upgrade: elixir 1.17 otp 27 node 22 #699

Merged
merged 4 commits into from
Sep 26, 2024
Merged

Conversation

begedin
Copy link
Contributor

@begedin begedin commented Sep 7, 2024

I tried to review (manually test) the currently open dependabot PR and found myself unable to run the project on an M2 mac.

So I invested about an hour to try and upgrade the thing to the latest and greatest

  • elixir to 1.17.2
  • otp to 27.0.1
  • node to 22.8

Outside of that, i had to manually bump httpoison as httpoison -> hackney -> ssl_verify_fun refused to compile.
I also did a mix hex.update --all

Finally, I bumped everything in the Dockerfile to and then tried to deploy on a fly machine of my own. I found the min required version for dart_sass went up to 1.55 on linux, so since i was already bumping that, I went with the latest version.

And then after the PR failed, I realized I also had to upgrade credo cause it wouldn't run

After setting the necessary secrets, the deployment worked and everything seems to be in order. I took my own app down after, but I can put it back up if anyone wants to manually test.

@begedin begedin requested a review from a team as a code owner September 7, 2024 07:05
config/prod.exs Outdated Show resolved Hide resolved
@doomspork doomspork added this pull request to the merge queue Sep 26, 2024
Merged via the queue into main with commit ef30072 Sep 26, 2024
5 checks passed
@doomspork doomspork deleted the elixir-1.17-otp-27-node-22 branch September 26, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants