laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.68k stars 475 forks source link

Use nodejs 20 #628

Closed Jubeki closed 1 year ago

Jubeki commented 1 year ago

More and more places update to Nodejs 20. See for example actions/checkout@v4.

Nodejs 20 will also start being LTS as of 24th October 2023. (See https://github.com/nodejs/release?tab=readme-ov-file#release-schedule)

Nodejs 16 is also EOL, and I changed it therefor in the Sail Runtime 8.0 too.