Skip to content

Commit cf7630e

Browse files
committed
(chore) upgrade for node 10
1 parent 8bfdc31 commit cf7630e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "9"
3+
- "10"
44
- "4"
55
- "6"
66
- "8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"nssocket": "0.6.0",
176176
"pidusage": "^1.2.0",
177177
"pm2-axon": "3.1.0",
178-
"pm2-axon-rpc": "0.5.0",
178+
"pm2-axon-rpc": "^0.5.1",
179179
"pm2-deploy": "^0.3.9",
180180
"pm2-multimeter": "^0.1.2",
181181
"pmx": "^1.6",

test/programmatic/watcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ describe('Watcher', function() {
172172

173173
pm2.describe('server-watch', function(err, d) {
174174
should(d[0].pm2_env.restart_time).eql(2)
175-
fs.unlink(path)
175+
fs.unlinkSync(path)
176176
return cb()
177177
})
178178
})

0 commit comments

Comments
 (0)