Skip to content

Commit

Permalink
Pin puppeteer dependency to v1.5.0
Browse files Browse the repository at this point in the history
The latest release of puppeteer (v1.6.0) is causing errors in our
smoke tests. We're pinning puppeteer to v1.5.0 until we can track
down the cause of the issue.

Once we have n-test working with puppeteer v1.6.0, we can get back
to pinning the puppeteer dependency more loosely i.e. v1.x.

 🐿 v2.10.0
  • Loading branch information
simonplend committed Jul 13, 2018
1 parent 0b80e83 commit 120da48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"directly": "^2.0.6",
"inquirer": "^5.0.1",
"node-fetch": "^2.1.1",
"puppeteer": "^1.5.0",
"puppeteer": "1.5.0",
"wdio-sauce-service": "^0.4.8",
"webdriverio": "^4.11.0"
},
Expand Down

0 comments on commit 120da48

Please sign in to comment.