Reorganize a couple of the legacy helpers [npm node jenkinsplugin dynamic] (#3163)
This commit is contained in:
committed by
Caleb Cartwright
parent
a801450dd6
commit
e159d90516
@@ -2,7 +2,7 @@
|
||||
|
||||
const { promisify } = require('util')
|
||||
const semver = require('semver')
|
||||
const { regularUpdate } = require('../../lib/regular-update')
|
||||
const { regularUpdate } = require('../../core/legacy/regular-update')
|
||||
|
||||
function getLatestVersion() {
|
||||
return promisify(regularUpdate)({
|
||||
|
||||
Reference in New Issue
Block a user