Conversation
fblupi
left a comment
There was a problem hiding this comment.
Searching for 16.9.1 I see other occurrences we should change too:
.gitpod.Dockerfiledecidim-generators/lib/decidim/generators/component_templates/github
And some other package.json and package-lock.json where the engine requires node >= 16.9.1
|
FYI, I've added the labels as they were missing. They're important because if not when we generate the changelog, will need to manually add it at that moment. Also, on another related topic: I see that the last minor version from node 16 is v16.20.0, any reason why we didn't migrate to that version? It was released the 28/03/2023. |
The focus was on removing the deprecation messages, keeping the lowest version available. The plan is to revisit all the npm packages in the upcoming period, and perform all the possible upgrades, including the npm to the last version. |
🎩 What? Why?
This PR upgrades the Node requirement to 16.10.0, as the github actions are dumping 49 log entries like:
📌 Related Issues
Link your PR to an issue
Testing
Ensure the pipeline is green, and no logs are being displayed.
📷 Screenshots
Please add screenshots of the changes you are proposing
