mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0 Signed-off-by: Denis Barbaron <denis.barbaron@orange.com> * remove useless comments in karma configuration file Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//
|
||||
// Copyright © 2022 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
//
|
||||
|
||||
module.exports.command = 'doctor'
|
||||
|
||||
module.exports.describe = 'Diagnose potential issues with your installation.'
|
||||
@@ -148,7 +152,7 @@ module.exports.handler = function() {
|
||||
|
||||
function checkZeroMQ() {
|
||||
return check('ZeroMQ', function(checker) {
|
||||
var zmq = require('zmq')
|
||||
var zmq = require('zeromq')
|
||||
return checker.version(pkg.externalDependencies.zeromq)(zmq.version)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user