Skip to content

Commit

Permalink
[deploy] use node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Feb 26, 2024
1 parent 2b1ff9f commit dd7c5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
'http_user' => 'www-data',
'bin/php' => 'php7.4',
'bin/composer' => 'php7.4 $(which composer)',
'bin/npm' => 'n exec 16 npm',
'php_fpm_service' => 'php7.4-fpm',
'shared_dirs' => [
'public/packages',
Expand Down

0 comments on commit dd7c5f8

Please sign in to comment.