Skip to content

Commit

Permalink
Use new nve
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 2, 2019
1 parent 9d54674 commit 0bbe97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/run/runners/node/versions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { dryRunVersion } from 'nve'
import nve from 'nve'
import { satisfies } from 'semver'
import readPkgUp from 'read-pkg-up'

Expand Down Expand Up @@ -30,7 +30,7 @@ const getFullVersions = async function(versions) {
try {
return await Promise.all(
versions.map(version =>
dryRunVersion(version, 'node', { progress: true }),
nve(version, 'node', { progress: true, dry: true }),
),
)
} catch (error) {
Expand Down

0 comments on commit 0bbe97f

Please sign in to comment.