Skip to content

Commit 3d227ed

Browse files
authored
Update default node version installed by laravel/sail (#10429)
1 parent 8882e41 commit 3d227ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ sail up
442442
<a name="sail-node-versions"></a>
443443
## Node Versions
444444

445-
Sail installs Node 20 by default. To change the Node version that is installed when building your images, you may update the `build.args` definition of the `laravel.test` service in your application's `docker-compose.yml` file:
445+
Sail installs Node 22 by default. To change the Node version that is installed when building your images, you may update the `build.args` definition of the `laravel.test` service in your application's `docker-compose.yml` file:
446446

447447
```yaml
448448
build:

0 commit comments

Comments
 (0)