Skip to content

Commit

Permalink
fix: update pm2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurPedroti committed May 28, 2024
1 parent a089cee commit c16642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
apps : [{
name: 'opms-api',
script: 'dist/shared/infra/http/server.js',
interpreter: 'node@12.22.7'
interpreter: 'node@16.17.0'
}]
};

0 comments on commit c16642a

Please sign in to comment.