Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jan 25, 2025
1 parent 60f0b52 commit 7442559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pm2-beta",
"preferGlobal": true,
"version": "6.0.2",
"version": "6.0.3",
"engines": {
"node": ">=16.0.0"
},
Expand Down Expand Up @@ -169,7 +169,7 @@
"pm2-runtime": "bin/pm2-runtime"
},
"dependencies": {
"@pm2/agent": "~2.1.0",
"@pm2/agent": "~2.1.1",
"@pm2/js-api": "~0.8.0",
"@pm2/io": "~6.1.0",
"@pm2/pm2-version-check": "latest",
Expand Down
3 changes: 2 additions & 1 deletion test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ runTest ./test/e2e/misc/instance-number.sh
runTest ./test/e2e/misc/startup.sh
runTest ./test/e2e/misc/nvm-node-version.sh
runTest ./test/e2e/misc/port-release.sh
runTest ./test/e2e/misc/cron-system.sh
## TMP DISABLE
#runTest ./test/e2e/misc/cron-system.sh

# LOGS
runTest ./test/e2e/logs/log-custom.sh
Expand Down

0 comments on commit 7442559

Please sign in to comment.