Skip to content

Commit 3d328b6

Browse files
authored
Change Node.js version to LTS in provision script (#4162)
1 parent 3e3ea6c commit 3d328b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/provision/nodejs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use function Deployer\Support\escape_shell_argument;
66

7-
set('node_version', '23.x');
7+
set('node_version', '--lts');
88

99
desc('Installs npm packages');
1010
task('provision:node', function () {

0 commit comments

Comments
 (0)