Currently, we set the Node.js version manually in our pde2e-runner script. We should figure out an automated workflow for updating the Node.js version.
A possible solution could look like this: use Dependabot to detect and fetch new Node.js LTS versions, then trigger an automated workflow that verifies the new version does not break anything.
Currently, we set the Node.js version manually in our pde2e-runner script. We should figure out an automated workflow for updating the Node.js version.
A possible solution could look like this: use Dependabot to detect and fetch new Node.js LTS versions, then trigger an automated workflow that verifies the new version does not break anything.