Skip to content

Commit

Permalink
Update nodejs to LTS version (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
soymgomez authored Apr 18, 2024
1 parent a3bab59 commit 99d18ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/provision/nodejs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Deployer;

// Node.js version from https://github.com/nodesource/distributions.
set('nodejs_version', 'node_16.x');
set('nodejs_version', 'node_20.x');

desc('Installs npm packages');
task('provision:npm', function () {
Expand Down

0 comments on commit 99d18ea

Please sign in to comment.