You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sail.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -402,13 +402,13 @@ sail up
402
402
<a name="sail-node-versions"></a>
403
403
## Node Versions
404
404
405
-
Sail installs Node 18 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:
405
+
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:
406
406
407
407
```yaml
408
408
build:
409
409
args:
410
410
WWWGROUP: '${WWWGROUP}'
411
-
NODE_VERSION: '14'
411
+
NODE_VERSION: '18'
412
412
```
413
413
414
414
After updating your application's `docker-compose.yml` file, you should rebuild your container images:
0 commit comments