Skip to content

Commit

Permalink
tests: express@~4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 12, 2019
1 parent 617aa06 commit 512d1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/4.x/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before(function (done) {
var env = utils.childEnvironment()

this.timeout(30000)
exec('npm install --prefix . express@4.12.0', { cwd: __dirname, env: env }, function (err, stderr) {
exec('npm install --prefix . express@~4.17.1', { cwd: __dirname, env: env }, function (err, stderr) {
if (err) {
err.message += stderr
done(err)
Expand Down

0 comments on commit 512d1e2

Please sign in to comment.