Skip to content

Commit

Permalink
chore: upgrade pm2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Oct 17, 2024
1 parent cfc53f9 commit ad27139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bootstrap/tasks/install_pm2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- name: Install pm2 package
community.general.npm:
name: pm2
version: "5.2"
version: "5.4.2"
global: true
state: present
production: true
Expand Down

0 comments on commit ad27139

Please sign in to comment.