danger / danger-js

⚠️ Stop saying "you forgot to …" in code review
http://danger.systems/js/
MIT License
5.26k stars 368 forks source link

Use node18 for Dockerfile #1425

Closed th-le closed 7 months ago

th-le commented 7 months ago

Some of the plugins e.g https://github.com/sogame/danger-plugin-toolbox have dropped support for node12 and its latest version requires node18.

Updating the Dockerfile to newer node version allows the dependencies to be upgraded as well.

orta commented 7 months ago

👍🏻